We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I only instaled and used example on next :
<ReactSpeedometer value={777} currentValueText="Happiness Level" customSegmentLabels={[ { text: "Very Bad", position: CustomSegmentLabelPosition.Inside, color: "#555", }, { text: "Bad", position: CustomSegmentLabelPosition.Inside, color: "#555", }, { text: "Ok", position: CustomSegmentLabelPosition.Inside, color: "#555", fontSize: "19px", }, { text: "Good", position: CustomSegmentLabelPosition.Inside, color: "#555", }, { text: "Very Good", position: CustomSegmentLabelPosition.Inside, color: "#555", }, ]} />
And this error appear:
Error: Must use import to load ES Module: node_modules/lodash-es/isNumber.js require() of ES modules is not supported.
The text was updated successfully, but these errors were encountered:
Please refer this issue for how to use ES modules with next.js - #89
This issue and solution has already mentioned as FAQ in README.
Sorry, something went wrong.
No branches or pull requests
I only instaled and used example on next :
And this error appear:
The text was updated successfully, but these errors were encountered: