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
Perhaps related. Looking at arethetypeswrong: https://arethetypeswrong.github.io/?p=jotform%401.0.1
we can clearly see the package has not been configured correctly to work with CJS and ESM. It all comes down to this line:
I followed the instructions from the readme to import the Jotform class using esm imports
node version 18.19.0
TypeError: Jotform is not a constructor
Changing to
solves the problem
The text was updated successfully, but these errors were encountered: