feat(olmo): add cdn and css variables compatibility #14
Annotations
10 errors and 1 warning
tests (16):
.eslintrc.js#L1
'@edunext/frontend-build' should be listed in the project's dependencies, not devDependencies
|
tests (16):
.eslintrc.js#L3
Newline required at end of file but not found
|
tests (16):
src/components/bulk-email-tool/BulkEmailTool.jsx#L15
Function component is not an arrow function
|
tests (16):
src/components/bulk-email-tool/bulk-email-context/BulkEmailProvider.jsx#L11
Function component is not an arrow function
|
tests (16):
src/components/bulk-email-tool/bulk-email-context/BulkEmailProvider.jsx#L20
The array passed as the value prop to the Context provider (at line 20) changes every render. To fix this consider wrapping it in a useMemo hook
|
tests (16):
src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx#L48
Function component is not an arrow function
|
tests (16):
src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx#L208
React Hook useEffect has a missing dependency: 'delayedEmailFormReset'. Either include it or remove the dependency array
|
tests (16):
src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx#L210
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BulkEmailForm” and pass data as props
|
tests (16):
src/components/bulk-email-tool/bulk-email-form/BulkEmailForm.jsx#L227
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BulkEmailForm” and pass data as props
|
tests (16):
src/components/bulk-email-tool/bulk-email-form/ScheduleEmailForm.jsx#L8
Function component is not an arrow function
|
tests (16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|