formio / formio.js

JavaScript powered Forms with JSON Form Builder

Home Page:https://formio.github.io/formio.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

fhouser opened this issue · comments

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.