Running the frontend with in development mode returns an error that I can't seem to figure out how to fix.
index.js:1 Warning: Failed prop type: LinkPrefetch: unknown props found: tabIndex
in LinkPrefetch (at StacksMenu.tsx:81)
in ForwardRef(MenuList) (created by ForwardRef(Menu))
in div (created by ForwardRef(Paper))
in ForwardRef(Paper) (created by WithStyles(ForwardRef(Paper)))
in WithStyles(ForwardRef(Paper)) (created by Transition)
in Transition (created by ForwardRef(Grow))
in ForwardRef(Grow) (created by TrapFocus)
in TrapFocus (created by ForwardRef(Modal))
in div (created by ForwardRef(Modal))
in ForwardRef(Portal) (created by ForwardRef(Modal))
in ForwardRef(Modal) (created by ForwardRef(Popover))
in ForwardRef(Popover) (created by WithStyles(ForwardRef(Popover)))
in WithStyles(ForwardRef(Popover)) (created by ForwardRef(Menu))
in ForwardRef(Menu) (created by WithStyles(ForwardRef(Menu)))
in WithStyles(ForwardRef(Menu)) (at StacksMenu.tsx:63)
in div (at StacksMenu.tsx:51)
Tried googling this error and it didn't seem to give back any helpful hints. @mavropalias
Running the frontend with in development mode returns an error that I can't seem to figure out how to fix.
Tried googling this error and it didn't seem to give back any helpful hints. @mavropalias