windmill
windmill copied to clipboard
bug: dynamic select fails when using relative imports
Describe the bug
I attempted to implement a dynamic select and found that I could not do so when also using a relative import. After removing the import (and all references to it), the dynamic select works as expected (in Bun)
Interestingly, it works correctly from the "deployed" page, just not the editor page:
This is using TS/Bun. I tried it with Deno and neither worked. The error popup in Deno was a similar message about not being able to find the import.
Whether bundles are enabled or disabled seemed to have no effect.
To reproduce
Attempt to use dynamic select in a script that also has a relative import.
Expected behavior
Dynamic select should work even with imports.
Screenshots
No response
Browser information
No response
Application version
EE v1.393.2-2-g6f0af6b8c
Additional Context
No response