UgnisSoftware / react-spreadsheet-import

Import flow for Excel (.xlsx) and CSV file with automated column matching and validation.
https://ugnissoftware.github.io/react-spreadsheet-import/iframe.html?id=react-spreadsheet-import--basic&args=&viewMode=story
MIT License
440 stars 117 forks source link

Respect global chakra theme #180

Open caelinsutch opened 1 year ago

caelinsutch commented 1 year ago

Right now I have a global chakra theme that's being overridden by this component on the page it's rendered on due to conflicts - is there a way to easily handle this edge case?

JulitorK commented 1 year ago

Hi! Thanks for the report. Definitely shouldn't be happening and is a bug on our end. Could you specify which styles are overridden?

KenzoBenzo commented 1 year ago

I'm seeing the same behavior! If you don't manually pass a replica of your chakra theme to React spreadsheet importer, the entire page's styles get overridden. Colors, fonts etc