Update react monorepo to v18 #672
Annotations
2 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/index.tsx#L59
React Hook useEffect contains a call to 'setcounterText'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [getcounterText] as a second argument to the useEffect Hook
|