Including on ML <action> duration <duration> block in the MakeCode project seems to cause Uncaught TypeError: Cannot read properties of null (reading 'name') in the console. It doesn't seem to have any negative user-facing side effects though.
Repro steps
- Go to https://createai.microbit.org/
- Create a new session.
- Add/import data samples.
- Train model.
- Click "Edit in MakeCode"
- Drag and drop
on ML <action> duration <duration> block into the workspace.
- Navigate back to testing model page.
- See error described above in console:
Uncaught TypeError: Cannot read properties of null (reading 'name')
at o (VM1135 pxtembed.js:15:2994516)
at VM1135 pxtembed.js:15:2995075
Including
on ML <action> duration <duration>block in the MakeCode project seems to causeUncaught TypeError: Cannot read properties of null (reading 'name')in the console. It doesn't seem to have any negative user-facing side effects though.Repro steps
on ML <action> duration <duration>block into the workspace.