add loader property #6
Annotations
6 warnings
Build, lint, and test on Node 14.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build, lint, and test on Node 14.x and ubuntu-latest:
src/index.tsx#L99
The 'connect' function makes the dependencies of useEffect Hook (at line 192) change on every render. To fix this, wrap the 'connect' definition into its own useCallback() Hook
|
Build, lint, and test on Node 14.x and macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build, lint, and test on Node 14.x and macOS-latest:
src/index.tsx#L99
The 'connect' function makes the dependencies of useEffect Hook (at line 192) change on every render. To fix this, wrap the 'connect' definition into its own useCallback() Hook
|
Build, lint, and test on Node 14.x and windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build, lint, and test on Node 14.x and windows-latest:
src/index.tsx#L99
The 'connect' function makes the dependencies of useEffect Hook (at line 192) change on every render. To fix this, wrap the 'connect' definition into its own useCallback() Hook
|