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
Describe the bug
Blockly.JavaScript is not defined when loading from unpkg.
Blockly.JavaScript
To Reproduce
Steps to reproduce the behavior:
<html> <head> <script src="https://unpkg.com/blockly@7.20211209.3/blockly.min.js"></script> </head> <body> </body> </html>
Expected behavior
Blockly.JavaScript should be defined.
Stack Traces
Uncaught TypeError: Cannot set properties of undefined (setting 'all') at all.js:14:1 at all.js:14:1 (anonymous) @ all.js:14 (anonymous) @ all.js:14
Additional context
Reported in the Blockly forums by Srinivasa Kumar Asam here.
The text was updated successfully, but these errors were encountered:
Closing as I just noticed this is a duplicate of #5932 and is being addressed by #5938.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Blockly.JavaScript
is not defined when loading from unpkg.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Blockly.JavaScript
should be defined.Stack Traces
Additional context
Reported in the Blockly forums by Srinivasa Kumar Asam here.
The text was updated successfully, but these errors were encountered: