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
Getting error in typescript when trying to import tooltip to use it as a component.
import { Tooltip } from 'primereact/tooltip';
Error message::
TypeScript error in /Users/xxxxx/xxxxxx.tsx(13,10):
Module '"../../../../node_modules/primereact/tooltip"' has no exported member 'Tooltip'. TS2305
PrimeReact version:::
"primereact": "^5.0.0",
The text was updated successfully, but these errors were encountered:
mertsincan
changed the title
Module '"../../../../node_modules/primereact/tooltip"' has no exported member 'Tooltip'.
TypeScript applications cannot find the 'Tooltip' module
Oct 9, 2020
Getting error in typescript when trying to import tooltip to use it as a component.
import { Tooltip } from 'primereact/tooltip';
Error message::
TypeScript error in /Users/xxxxx/xxxxxx.tsx(13,10):
Module '"../../../../node_modules/primereact/tooltip"' has no exported member 'Tooltip'. TS2305
PrimeReact version:::
"primereact": "^5.0.0",
The text was updated successfully, but these errors were encountered: