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
Hi it's my first issue on github. I actually work with Symfony UX Vue.js powered by webpack encore and i tried to migrate to vite-bundle but i've an issue.
When i load my webapp in browser i get Uncaught SyntaxError: malformed Unicode character escape sequence ERROR in dev console
In case of the screenshot, the error come from live_controller.js file but sometimes it comes from another file.
When i remove @symfony/ux-live-component from ./assets/controllers.json the error come from render_controller.js and i notice on the screenshot below that caused by a path but i don't know why.
Once it was an imported typescript for Vue App config which get the error
If someone have an idea why this happening, I would like to know
The text was updated successfully, but these errors were encountered:
Hi it's my first issue on github. I actually work with Symfony UX Vue.js powered by webpack encore and i tried to migrate to vite-bundle but i've an issue.
When i load my webapp in browser i get Uncaught SyntaxError: malformed Unicode character escape sequence ERROR in dev console
In case of the screenshot, the error come from live_controller.js file but sometimes it comes from another file.
When i remove @symfony/ux-live-component from
./assets/controllers.json
the error come from render_controller.js and i notice on the screenshot below that caused by a path but i don't know why.Once it was an imported typescript for Vue App config which get the error
If someone have an idea why this happening, I would like to know
The text was updated successfully, but these errors were encountered: