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
Warning: Function components cannot be given refs. Attempts to access this ref will fail.
Check the render method of `WithStyles(List)`.
in List (created by WithStyles(List))
in WithStyles(List) (created by MenuList)
in MenuList (created by Popper)
in ClickAwayListener (created by Popper)
in div (created by Paper)
in Paper (created by WithStyles(Paper))
in WithStyles(Paper) (created by Popper)
in Transition (created by Grow)
in Grow (created by WithTheme(Grow))
in WithTheme(Grow) (created by Popper)
in div (created by Popper)
in Portal (created by Popper)
in Popper (created by WithTheme(Popper))
in WithTheme(Popper) (created by MenuListComposition)
in div (created by MenuListComposition)
in div (created by MenuListComposition)
in MenuListComposition (created by WithStyles(MenuListComposition))
in WithStyles(MenuListComposition)
innerRef is not working on MenuList component.
Expected Behavior 🤔
innerRef works
Current Behavior 😯
innerRef throws this error:
Steps to Reproduce 🕹
Link:https://codesandbox.io/s/9lvnk027op
Context 🔦
I'm trying to access the underlying
ul
to get access toli
elements to build autoscroller to selected one elementYour Environment 🌎
The text was updated successfully, but these errors were encountered: