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
I have issue with component @nivo/circle-packing in my solution.
Details:
React with TypeScript
dependencies: {
"@nivo/circle-packing": "^0.68.0",
"@nivo/core": "^0.68.0"
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.2",
...
}
Error message:
TypeScript error in /src/pages/demo/demo.tsx(3,34):
Could not find a declaration file for module '@nivo/circle-packing'. '/node_modules/@nivo/circle-packing/dist/nivo-circle-packing.cjs.js' implicitly has an 'any' type. Try npm i --save-dev @types/nivo__circle-packingif it exists or add a new declaration (.d.ts) file containingdeclare module '@nivo/circle-packing';` TS7016
Can you adding support of typescript for @nivo/circle-packing component?
The text was updated successfully, but these errors were encountered:
I have issue with component @nivo/circle-packing in my solution.
Details:
React with TypeScript
dependencies: {
"@nivo/circle-packing": "^0.68.0",
"@nivo/core": "^0.68.0"
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.2",
...
}
Error message:
TypeScript error in /src/pages/demo/demo.tsx(3,34):
Could not find a declaration file for module '@nivo/circle-packing'. '
/node_modules/@nivo/circle-packing/dist/nivo-circle-packing.cjs.js' implicitly has an 'any' type. Try
npm i --save-dev @types/nivo__circle-packingif it exists or add a new declaration (.d.ts) file containing
declare module '@nivo/circle-packing';` TS7016Can you adding support of typescript for @nivo/circle-packing component?
The text was updated successfully, but these errors were encountered: