react-form-builder
react-form-builder copied to clipboard
ReferenceError: global is not defined in react-form-builder2.js
Title: ReferenceError: global is not defined in react-form-builder2.js
Description:
I'm experiencing an issue with the react-form-builder2 library. When running my application, I encounter the following error:
Uncaught ReferenceError: global is not defined
Expected Behavior: The library should initialize without errors, allowing me to use the form builder in my application.
Actual Behavior: I receive the error Uncaught ReferenceError: global is not defined in the console, preventing the application from functioning correctly.
Environment:
Library version: "^0.19.0" Node version: "v20.15.1" React version: "^18.3.1" Browser: Chrome
Screenshots