()
| 30 | const MutationContext = React.createContext<CommitMutationProps>({ |
| 31 | isCommittingMutation: false, |
| 32 | commitMutation() { |
| 33 | throw new Error("no mutation context in react tree") |
| 34 | }, |
| 35 | }) |
| 36 | |
| 37 | class ProvideMutationContext extends React.Component< |
no outgoing calls
no test coverage detected