- 6b228ea: Fixed possible error when a data loader is unmounted while a new data loader is still mounting which has the same data loader params
- ac0db16: Upgrade dependencies
- 8e5f9c4: Fixed peerDependency versions
- 8707912: Upgraded dependencies
-
576e31d: Converted usage from component with render prop to react hook
const TestDataLoader = this.resources.registerResource<DataResource, { id: string }>( 'testDataType', () => loadData(), )
const useDataLoader = this.resources.registerResource<Data, { id: string }>( 'testDataType', () => loadData(), )