Andrei I. Gere

Results 5 comments of Andrei I. Gere

Same here, svg and lottie animations weren't animating until async data fetches complete, so I couldn't get this component to work - on Next.js with SSR. I switched to _react-loading-skeleton_,...

Any progress on this? Rounded corners are important ;). ![carbonapp_radius_screenshot](https://github.com/carbon-app/carbon/assets/114191180/1c40d3b0-c14b-414b-a2cc-9147f54eb4d8)

If I refresh the page at localhost:3000 while it is blank, I get a server error: ``` ModuleError: Module Error (from ./node_modules/next/dist/build/webpack/loaders/error-loader.js): Global CSS cannot be imported from files other...

In the terminal, I see the error may be related to ./node_modules/codemirror/mode/tiddlywiki/tiddlywiki.css ``` error - ./node_modules/codemirror/mode/tiddlywiki/tiddlywiki.css Global CSS cannot be imported from files other than your Custom . Due to...

I somewhat fixed this by hacking away at it in probably no logical fashion. The truth is I am total noob at Node.js, Next.js, modules, etc., and I have no...