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
I'm working on a project with Content Security Policy enabled.
When I import this library I get errors like this in the console:
Refused to apply inline style because it violates the following Content Security Policy
Does this library support a way to remove inline styles?
Is there a recommended approach to extracting inline css styles and moving them to a dedicated css file?
Relaxing CSP to allow inline/unsafe styles isn't an option.