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
We ran into an issue when upgrading old dizmos created with this generator. Ever since commit e375f9d (ie this commit still working fine) we get a syntax error when creating a new dizmo. Please let me know if you'd want me to move this issue to JIRA.
Environment:
dizmoDesk 1.4
node 12.18.4 (maintained LTS) and node 14.5.0 (active LTS)
npm 6.14.5
Affected Versions:
2.1.16
2.1.17
Reproduction
Install generator from sources newer than e375f9d
Create new dizmo skeleton - don't modify anything
Build and instlal the dizmo (ie the usual npm i; npm run build followed by drag-and-drop)
Expected result: The hello-xy message is rendered Actual result: index.js contains a SyntaxError. Please see the attached screenshot
The text was updated successfully, but these errors were encountered:
Hi @hsk81
We ran into an issue when upgrading old dizmos created with this generator. Ever since commit
e375f9d
(ie this commit still working fine) we get a syntax error when creating a new dizmo. Please let me know if you'd want me to move this issue to JIRA.Environment:
Affected Versions:
2.1.16
2.1.17
Reproduction
e375f9d
npm i; npm run build
followed by drag-and-drop)Expected result: The hello-xy message is rendered
Actual result: index.js contains a SyntaxError. Please see the attached screenshot
The text was updated successfully, but these errors were encountered: