-
Notifications
You must be signed in to change notification settings - Fork 21
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
'CurrieTechnologies' was undefined #2169
Comments
i found another issue like this one (#1416) tried to disable cache but not working.. |
Problem seem solved adding defer keyword on script reference:
there is a reason? |
I'm still seeing this issue. adding "defer" does not seem to resolve. I have to do a cntrl F5 (forced webpage reload) for it to work. additionally, this only seems to happen when i run my blazor app without debugger attached (also have hot reload disabled). if i run with debugger, i do not get this error. all other scripts (blazor, blazored, custom, etc) seem to work, so running without debugger and without hot reload should be an acceptable workflow. |
Hi, someone resolved this issue. Please. I need to use this component in my code but always send me this error message. |
I have integrated the library in blazor wasm net6 application, until some week ago it works well.
Now when i try to open an alert it raise this error on console:
index.html is not changed and contains reference to js ( <script src="_content/CurrieTechnologies.Razor.SweetAlert2/sweetAlert2.min.js"></script>)
any help?
The text was updated successfully, but these errors were encountered: