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 was testing the following example code but found that the variable binding is not working.
When I run the code, "Stepped Range" starts with 8 instead of 64 and the log message in the call-back always prints 64 regardless of the slider value. Do you see any problem with the code?
I was testing the following example code but found that the variable binding is not working.
When I run the code, "Stepped Range" starts with 8 instead of 64 and the log message in the call-back always prints 64 regardless of the slider value. Do you see any problem with the code?
Edit 1:
I have track the problem and found the opts.object is undefined in the following code.
guify/src/gui.js
Line 190 in beae4ec
"object: this" was not defined as the code was in a module.
'<script type="module" src="./build/abovecode.js"></script>'
Is there a way to fix this without moving the code out of the module? It should be a module due to "import".
The text was updated successfully, but these errors were encountered: