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
The following js imports:
import riot from 'riot' import 'riot-mui'
... results in:
ReferenceError: Can't find variable: riot
(emitted by riot-mui)
Doing console.log(riot)does however print out the riot object.
console.log(riot)
Versions:
The text was updated successfully, but these errors were encountered:
Same when using parcel.js
Sorry, something went wrong.
No branches or pull requests
The following js imports:
... results in:
(emitted by riot-mui)
Doing
console.log(riot)
does however print out the riot object.Versions:
The text was updated successfully, but these errors were encountered: