formio.js icon indicating copy to clipboard operation
formio.js copied to clipboard

Property 'createForm' does not exist on type 'typeof Formio'.ts(2339)

Open fhouser opened this issue 1 year ago • 2 comments

import { Formio } from "@formio/js"; results in the above syntax error when using Typescript.

Fomio.createForm(...) cannot be used.

  • Next.js
  • TypeScript

fhouser avatar Sep 21 '23 13:09 fhouser

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.

travist avatar Sep 28 '23 12:09 travist

@fhouser Are you still experiencing this issue with the latest @formio/js?

lane-formio avatar Jun 03 '24 20:06 lane-formio