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
I have searched for similar issues before opening a new one.
Component
migration
Problem
No response
Request
Using import Blockly from 'blockly' has never been recommended or explicitly supported. It won't work when we publish esmodules because we don't have a default export. The migration script should find and change these to import * as Blockly from 'blockly' if possible.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Check for duplicates
Component
migration
Problem
No response
Request
Using
import Blockly from 'blockly'
has never been recommended or explicitly supported. It won't work when we publish esmodules because we don't have a default export. The migration script should find and change these toimport * as Blockly from 'blockly'
if possible.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: