-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Invalid Built Version 0.9.4 #185
Comments
Thanks for reporting this @Grabauskas . This is trash and I'll publish thefix by the end of today. Is this causing any issues while using the library? |
Yes, in JSPM this generated map line is invalid: map: {
"./build/SnackbarContainer": "./build/SnackbarContainer/index.js"
} But I already fixed that with overwrites, removing this line. |
This is fixed in |
Thank you, now it works. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like version 0.9.4 has some trash or not fully built.
https://unpkg.com/browse/[email protected]/build/SnackbarContainer/SnackbarContainer.js
This file using
RENDER_VARIANTS
from constants, but it's not defined.https://unpkg.com/browse/[email protected]/build/utils/constants.js
The text was updated successfully, but these errors were encountered: