react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

ReferenceError: global is not defined in react-form-builder2.js

Open HuzaifaDevelops opened this issue 1 year ago • 3 comments

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 Screenshot 2024-10-16 104614

HuzaifaDevelops avatar Oct 16 '24 05:10 HuzaifaDevelops