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
This line from docs: import growl from 'growl-alert'
leads to variable growl being undefined. I still managed to successfully import growl with this line: import growl from 'growl-alert/src/index';
I installed growl-alert via npm and I am using Webpack to import it. Maybe something is missing in the configuration of the package?
The text was updated successfully, but these errors were encountered:
This line from docs:
import growl from 'growl-alert'
leads to variable
growl
being undefined. I still managed to successfully import growl with this line:import growl from 'growl-alert/src/index';
I installed growl-alert via npm and I am using Webpack to import it. Maybe something is missing in the configuration of the package?
The text was updated successfully, but these errors were encountered: