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
// useJsx and vue 3 are not currently supported by Encore
if (this.vueOptions.useJsx && this.vueOptions.version === 3) {
throw new Error('Setting both "useJsx: true" and "version: 3" for enableVueLoader() is not currently supported. Please use version: 2 or disable useJsx.');
}
Since we plan to deprecate and remove Vue 2 support (#1276), it means users won't be able to use JSX anymore if we don't add JSX support with Vue 3.
The text was updated successfully, but these errors were encountered:
While scrolling the source code, I've just seen:
Since we plan to deprecate and remove Vue 2 support (#1276), it means users won't be able to use JSX anymore if we don't add JSX support with Vue 3.
The text was updated successfully, but these errors were encountered: