-
Notifications
You must be signed in to change notification settings - Fork 84
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
Error Can't resolve 'lodash/isEqual' #122
Comments
@kolarski how did you solve this? I have the same issue and I am not sure installing lodash directly is the best option. |
Please add loads.isequal module in react-gauge-charts directory.
|
@volkan-a |
Same issue. Any update on this? |
Created a PR to fix this #132 |
Published the fork here since I need it for a personal project: https://www.npmjs.com/package/@studioriccardolardi/react-gauge-chart-pr132 I will remove it again as soon as PR is accepted or another solution has been found You'll need ti create a declaration file to use the existing types from the original package: declare module '@studioriccardolardi/react-gauge-chart-pr132' {
import m from 'react-gauge-chart'
export default m
} |
I'm getting error, on a clean project install:
node -v
v18.12.1
Using nextjs on a clean project and I'm using typescript with "@types/react-gauge-chart".
The text was updated successfully, but these errors were encountered: