We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, If I activate the option :
script_attributes: defer: true
in webpack_encore.yaml,
webpack_encore.yaml
i get the following error when the page loads and a flash message should be displayed:
Uncaught ReferenceError: flashy is not defined
If I remove the 'defer' option the flashy message is correctly displayed.
Symfony 5.3.0-BETA4 and mercuryseries/flashy-bundle 4.0.0
The text was updated successfully, but these errors were encountered:
When including the library in your app.js file, you have to make globale flashy, like this :
app.js
import flashy from "./flashy"; window.flashy = flashy;
Sorry, something went wrong.
No branches or pull requests
Hello,
If I activate the option :
in
webpack_encore.yaml
,i get the following error when the page loads and a flash message should be displayed:
Uncaught ReferenceError: flashy is not defined
If I remove the 'defer' option the flashy message is correctly displayed.
The text was updated successfully, but these errors were encountered: