Skip to content
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

tooltip type error in SpeedDial.d.ts and Dock.d.ts #1945

Closed
zhirui1994 opened this issue Jan 4, 2022 · 0 comments · Fixed by #1949
Closed

tooltip type error in SpeedDial.d.ts and Dock.d.ts #1945

zhirui1994 opened this issue Jan 4, 2022 · 0 comments · Fixed by #1949
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@zhirui1994
Copy link

$ tsc -d -p ./ --outdir lib/
node_modules/primevue/speeddial/SpeedDial.d.ts:18:5 - error TS2411: Property 'event' of type 'SpeedDialTooltipEventType' is not assignable to 'string' index type 'string'.

18     event: SpeedDialTooltipEventType;
       ~~~~~

node_modules/primevue/speeddial/SpeedDial.d.ts:24:5 - error TS2411: Property 'position' of type 'SpeedDialTooltipPositionType' is not assignable to 'string' index type 'string'.

24     position: SpeedDialTooltipPositionType;
       ~~~~~~~~


Found 2 errors.
@tugcekucukoglu tugcekucukoglu changed the title SpeedDialTooltipEventType type error in SpeedDial.d.ts tooltip type error in SpeedDial.d.ts and Dock.d.ts Jan 6, 2022
@tugcekucukoglu tugcekucukoglu self-assigned this Jan 6, 2022
@tugcekucukoglu tugcekucukoglu added this to the 3.10.1 milestone Jan 6, 2022
@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants