formio.js
formio.js copied to clipboard
Property 'createForm' does not exist on type 'typeof Formio'.ts(2339)
import { Formio } from "@formio/js";
results in the above syntax error when using Typescript.
Fomio.createForm(...)
cannot be used.
- Next.js
- TypeScript
Thank you for reporting this. I will be working on getting new builds out this week for @formio/js update and will look into how it is getting imported into other libraries.
@fhouser Are you still experiencing this issue with the latest @formio/js?