How to eliminate this warning in a Next.js project #2282
Unanswered
Yakumo-Yukari
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Crepe uses vue as the framework to build components. For the warnings, you'll need to define the environment variables or ask the vue team to expose a way to suppress it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[browser] Feature flags VUE_OPTIONS_API, VUE_PROD_DEVTOOLS, VUE_PROD_HYDRATION_MISMATCH_DETAILS are not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.
For more details, see https://link.vuejs.org/feature-flags. (components\editor\crepe-editor.tsx:116:7)
Why is there a Vue warning in a Next.js project?
Beta Was this translation helpful? Give feedback.
All reactions