You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[@vue/compiler-core] decodeEntities option is passed but will be ignored in non-browser builds.
This happens because slots can be rendered only in non-browser build, but vue/compiler still defines decodeEntities - maybe we need to redirect more packages to CJS versions 🤔
The text was updated successfully, but these errors were encountered:
Related
Warning:
This happens because slots can be rendered only in non-browser build, but vue/compiler still defines
decodeEntities
- maybe we need to redirect more packages to CJS versions 🤔The text was updated successfully, but these errors were encountered: