Are there any limitations with styles and react.js animations in a frontity project? Around a month ago I tried to include AntDesign framework into a frontity app, but the particular page where I wanted to use Ant components seemed a little freeze and according to docs in frontity We need to add <GlobalStyles/ >, so the frontity app take the Ant styles, but this caused that some of the styled-components of that particular page I coded were overwritten.
Besides that, I would like to know if there are any limitations with react.js animations or other kinds of npm libraries? because some of them sometimes require a tag to run or Document.query calls.
Thank you so much in advance.