Usage with Next.js
The FormEngine is fully compatible with the latest versions of the Next.js.
caution
The Next.js version 12 incorrectly minifies the js code containing ??
operator. To make the FormEngine library work correctly,
disable swcMinify in next.config.js
or update Next.js to the latest
version.