-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create-react-app
fails to bundle properties panel - minDash.isArray is not a function
#1058
Comments
This looks more like a bundler issue. Can you reproduce this problem in a codesandbox? |
Error doesn't appear on codesandbox but is present in my setup. Could you please review my repository? |
@BehzadBakhshayesh Please ensure you also recognize JavaScript files with a To test if things work, try to simplify your setup to just use |
As you're using just plain |
create-react-app
fails to bundle properties panel - minDash.isArray is not a function
@barmac I believe this is tracked upstream via facebook/create-react-app#12700. @BehzadBakhshayesh There is nothing we can do to remedy this. |
Bug Description
Hello. I created a React component using the "bpmn-js", "@bpmn-io/properties-panel", and "bpmn-js-properties-panel" packages. An error emerges when utilizing the CamundaPlatformPropertiesProviderModule, displaying: TypeError: minDash.isArray is not a function. It seems that this issue stems from the min-dash version, and updating it should resolve the error.
Reproduction Steps
I'm using the following code and try to bundle the application using
create-react-app
:Then reload the application.
Expected Outcome
Kindly address this issue.
Environment
The text was updated successfully, but these errors were encountered: