refinedev/refine

[BUG] i get error with "@refinedev/mui": "^5.19.0",

Closed this issue · 1 comments

Describe the bug

use notificationProvider={useNotificationProvider} error

Steps To Reproduce

use notificationProvider={useNotificationProvider} error

Expected behavior

null

Packages

@refinedev/mui

Additional Context

No response

Hey @unrealphong, this is now what we expect when users report a bug. A proper bug report is crucial for us to understand issues and resolve them. A well-documented issue helps contributors find and fix issues more efficiently, making the project better for everyone. 🏖️

The issue is probably related with the missing <SnackbarProvider /> wrapper around <Refine /> component. Please try to wrap your <Refine /> component with <SnackbarProvider /> from @refinedev/mui.

I'm closing this issue for now. If this does not resolve the issue, please do not hesitate to reopen with more information on the issue and a minimal repro for us to work with. 🙏