The Menu type declaration is missing the "show" and "hide" methods #2295
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
N/A
Current behavior
The TypeScript declaration file
src/components/menu/Menu.d.ts
is missing the "show" and "hide" methods for theMenu
class. I've tested that these methods are in fact implemented.Expected behavior
These two methods should be included in the declared Menu type.
Minimal reproduction of the problem with instructions
N/A
Please tell us about your environment:
N/A
React version:
17
PrimeReact version:
6.5.1
Browser:
N/A
Language:
TypeScript
The text was updated successfully, but these errors were encountered: