-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround wrongly published packages #621
Comments
|
CSS imports: #791. |
Maybe, instead of automatically setting |
Contribution welcome. |
#872 (comment) (with reprod). |
#901 (comment) (with reprod) |
Also |
#571 (reply in thread) (with reprod) |
Actually, this also works for teaching users about hydration mismatches. And React's infamous |
Workaround for React's broken stack trace: #571 (reply in thread). Reprod: #571 (reply in thread). |
Closing in favor of #984. The new plan should be a lot simpler than the current workaround. |
#1023 (reply in thread) (includes repro) |
Bun may come to the rescue: Bun's next release will work with Vite oven-sh/bun#250 (comment). |
#1031 (reply in thread) (with reprod) |
#1071 (reply in thread) (with reprod) |
|
#1080 (no reprod) |
List of wrongly published npm packages here. |
Showcases that Vite inconsistently adds the library to |
Vue + Map library: #1149 (reprod: https://github.com/brillout/vite-vue-cjs-esm-issue). This one showcases an issue inside library code that the user cannot (easily) modify. |
Vue + Primevue: #1153 (reply in thread) (with reprod)
Same here. |
|
Reprod: https://github.com/brillout/esm-cjs-issue_react-image-gallery
|
Reprod: https://github.com/brillout/vike-lazyload-error-reproduction
|
React Native Web: #1637. This is the only one I couldn't manage to quickly fix (but maybe it's fixable by digging into the hook rule issue). I could workaround the server-side tranpsilation issues, but it then fails at a React hook issue. Reprod: #1637 (reply in thread). This one is also interesting because it shows that using |
Description
Examples:
The text was updated successfully, but these errors were encountered: