Snackbar anchor position

<RefineSnackbarProvider
maxSnack={5}
anchorOrigin={{ horizontal: "center", vertical: "bottom" }}
preventDuplicate={true}
>

The anchorOrigin is not respected
Was this page helpful?