You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of using Webpack Minicssextractplugin or StyleLoaderPlugin I want to be able to pass generated styles inside web component to style React component.
Actual Behaviour
Right now only inline styles in React component will work behind shadow dom.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Try to wrap React component with css modules.
Platform and Version
any
P.S. I could contribute code to add this functionality.
The text was updated successfully, but these errors were encountered:
AndreyLuzinov
changed the title
Support style/link html element optional parameters in createCustomElement to style wrapped React component.
Support style/link optional parameters in createCustomElement to style wrapped React component.
Jan 23, 2020
Expected Behaviour
In case of using Webpack Minicssextractplugin or StyleLoaderPlugin I want to be able to pass generated styles inside web component to style React component.
Actual Behaviour
Right now only inline styles in React component will work behind shadow dom.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Try to wrap React component with css modules.
Platform and Version
any
P.S. I could contribute code to add this functionality.
The text was updated successfully, but these errors were encountered: