notificiation view implemented #572
Annotations
10 errors and 1 warning
build:
src/components/notification/index.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
|
build:
src/components/notification/index.tsx#L15
Binding element 'title' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L16
Binding element 'description' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L17
Binding element 'primaryButtonLabel' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L18
Binding element 'secondaryButtonLabel' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L19
Binding element 'primaryButtonStyle' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L20
Binding element 'secondaryButtonStyle' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L21
Binding element 'onClickPrimaryBtn' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L22
Binding element 'onClickSecondaryBtn' implicitly has an 'any' type.
|
build:
src/components/notification/index.tsx#L50
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
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/
|