ra-data-hasura-graphql: Uncaught (in promise) Error: Unknown dataProvider function: getList
I’m getting the said error when using react-admin in custom app without using <Admin> as mentioned here: https://marmelab.com/react-admin/CustomApp.html#not-using-the-admin-components .
Any pointers why this is happening?
note: There are no errors when passing dataprovider to <Admin> as shown in examples. It’s just that I’m trying to use react-admin without <Admin> in an existing app.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (6 by maintainers)
I was under the assumption that the react-admin is clear of the coast. But I’ll setup a minimal repo without using
<Admin>and