We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622ad77 + 2973158 commit 44fd1d3Copy full SHA for 44fd1d3
packages/ra-core/src/controller/details/SaveContext.tsx
@@ -52,7 +52,7 @@ export const useSaveContext = <
52
): SaveContextValue => {
53
const context = useContext(SaveContext);
54
55
- if (!context.save || !context.setOnFailure) {
+ if (!context || !context.save || !context.setOnFailure) {
56
/**
57
* The element isn't inside a <SaveContextProvider>
58
* To avoid breakage in that case, fallback to props
0 commit comments