-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Describe the bug
I am trying to fire up some refine templates to get a new project started. Particularly the following:
B2B Admin Panel with Material UI
B2B Internal tool with Ant Design
the navigation of AntDesign template is no working event in the online version: https://example.admin.refine.dev/
With the materialui, while the online version seems to work (https://example.mui.admin.refine.dev), when I try to set it up locally, I get errors in console and only the start page is displayed (navigations don't work)
Steps To Reproduce
run npm create refine-app@latest -- --example finefoods-material-ui
run npm install
run npm run dev
see browser console for errors like:
index.tsx:89 Maximum update depth exceeded...
React does not recognize the disableUnderline prop on a DOM element
Expected behavior
navigations should work when I click on sidebar's menus
Packages
"@refinedev/cli": "^2.16.48",
"@refinedev/core": "^5.0.0",
"@refinedev/kbar": "2.0.0",
"@refinedev/mui": "^7.0.0",
"@refinedev/react-hook-form": "^5.0.0",
"@refinedev/react-router": "^2.0.0",
"@refinedev/react-table": "^6.0.0",
"@refinedev/simple-rest": "^6.0.0",
"@tanstack/react-table": "^8.2.6",
"@uiw/react-md-editor": "^4.0.8",
Additional Context
No response