Data provider hooks in new react-admin version with nullable record context
In React-Admin the useRecordContext
is now nullable. Before I could have a component that gets me the record and then fetches (or does something else with the data provider) something related to the record like this:
Data provider hooks in new react-admin version with nullable record context
In React-Admin the useRecordContext
is now nullable. Before I could have a component that gets me the record and then fetches (or does something else with the data provider) something related to the record like this: