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
The label and route fields in useMenu().menuItems were marked as deprecated, but they are not deprecated. This issue was caused by menuItems extending from IResourceItem, however, menuItems populates these fields and handles deprecation of these fields internally.
Steps To Reproduce
use, useMenu anywhere in your project and check the deprecation warning.
Describe the bug
The
label
androute
fields inuseMenu().menuItems
were marked as deprecated, but they are not deprecated. This issue was caused bymenuItems
extending fromIResourceItem
, however,menuItems
populates these fields and handles deprecation of these fields internally.Steps To Reproduce
use,
useMenu
anywhere in your project and check the deprecation warning.Expected behavior
The
label
androute
fields inuseMenu().menuItems
shouldn't be deprecated.Packages
System:
Binaries:
Browsers:
Refine Packages:
Additional Context
No response
The text was updated successfully, but these errors were encountered: