Rabee AbuBaker
Rabee AbuBaker
The project was recently upgraded from using Craco to CRA5, the same warning showed up for dozens of libraries but upgrading them to the latest versions fixed the issue. We're...
I have tried to use `CodeMirror` with Remix but it doesn't work and breaks instantly. Here's a minimal reproduction link on codesandbox https://codesandbox.io/p/devbox/twilight-voice-33kd6j Error: ``` Warning: React.jsx: type is invalid...
Thank you for this awesome repo!! I get this error after Importing `AtButton` into an ESM project (`"type": "module"`)  ``` import { AtButton } from "vite-component-library-template"; ^^^^^^^^ SyntaxError: Named...
Trying to use with ES modules, I get this error ``` import { Draft07, isJsonError } from "json-schema-library"; ^^^^^^^ SyntaxError: Named export 'Draft07' not found. The requested module 'json-schema-library' is...
Please upgrade lottie-web dependency to the latest version (^5.13.0). **Why is this important?** - The latest lottie-web release includes important bug fixes and improvements, especially around animation playback and rendering....