-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Bug]: blank screen when you have vanilla javascript #164
Comments
I was similarly scratching my head at the same thing this morning and found: laravel-mix/laravel-mix#3112 Essentially, a <script></script> tag inside a Vue app causing the same issue. In my case, I was able to move the in template vanilla JS out of the #app container and things worked fine. |
Instead of writing the vanilla <div id="app">
<component is="style">
...
<componet>
<component is="script">
...
</componet>
</div> |
I will try. I also have a problem with shopify app using google map and yotpo royalty app. It provides javascript object however it's javascript object doesn't allow me to call functions in strict mode. Do you have solution to this? |
Would really love a fix for this as there are various Shopify apps that inject script tags, for which there's not really a work around. |
any update on this? a lot of apps are using the <script> or <style> in their templates. |
Operating system
os x
Node.js version
17.6.0
Shopify CLI version
2.11.2
Browsers
Chrome
Version
4 (Current)
Modifications
No response
Details
Notice
The text was updated successfully, but these errors were encountered: