feat Create session functionality & design #3516
Annotations
4 errors and 2 warnings
build:
src/containers/admin-dashBoard/Sessions.tsx#L25
Unexpected console statement
|
build:
src/containers/admin-dashBoard/Sessions.tsx#L92
Unexpected console statement
|
build:
src/containers/admin-dashBoard/Sessions.tsx#L106
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 “AdminSission” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
build
Process completed with exit code 1.
|
build
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/
|
build:
src/pages/Home.tsx#L22
Dangerous property 'dangerouslySetInnerHTML' found
|