You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When running the example app, a required dep is missing: @babel/plugin-proposal-class-properties. However, after manual installation, app build remains broken - see screenshot
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/glennflanagan/react-collapsible.git
cd react-collapsible/example
yarn && yarn start
Describe the bug
A clear and concise description of what the bug is.
When running the example app, a required dep is missing:
@babel/plugin-proposal-class-properties
. However, after manual installation, app build remains broken - see screenshotTo Reproduce
Steps to reproduce the behavior:
React Collapsible JSFiddle Template
Expected behavior
A clear and concise description of what you expected to happen.
Expected to see all examples in action
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Simply trying to mirror the styling shown here (aqua color): https://www.npmjs.com/package/react-collapsible
The text was updated successfully, but these errors were encountered: