[BUG] <AutoSaveIndicator />
throws warning for key
prop
#6067
Labels
bug
Something isn't working
Milestone
Describe the bug
When using the auto save feature,
<AutoSaveIndicator />
component from UI packages are logging errors about the usage of reservedkey
prop in the console. This is caused by the component itself rather than the code in the user space.This error also causes issues when using
i18nProvider
to localize the message.Steps To Reproduce
autoSave
prop inuseForm
<AutoSaveIndicator />
or passautoSaveProps
to CRUD components.Expected behavior
<AutoSaveIndicator />
to not log any errors to the console which also causes issues when using it withi18nProvider
Packages
@refinedev/core
@refinedev/antd
@refinedev/mui
@refinedev/mantine
@refinedev/chakra-ui
Additional Context
The text was updated successfully, but these errors were encountered: