You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in PR #3, I was trying to build the app and have patched some of the errors but I'm enable to solve this error.
Error: src/App.tsx(69,9): error TS2322: Type 'Dispatch<SetStateAction<DualRoleEntry[]>>' is not assignable to type '(entries: DualRoleEntry[]) => void'.
Types of parameters 'value' and 'entries' are incompatible.
Type 'DualRoleEntry[]' is not assignable to type 'SetStateAction<DualRoleEntry[]>'.
Type 'DualRoleEntry[]' is not assignable to type 'DualRoleEntry[]'. Two different types with this name exist, but they are unrelated.
Type 'DualRoleEntry' is not assignable to type 'DualRoleEntry'. Two different types with this name exist, but they are unrelated.
Types of property 'input' are incompatible.
Type 'string | string[]' is not assignable to type 'string[]'.
Type 'string' is not assignable to type 'string[]'.
Error beforeBuildCommand `npm run build` failed with exit code 2
Note that these error occur even after the #3 code changes are present.
For more infomation @M8850 you can check the summary.
The text was updated successfully, but these errors were encountered:
As mentioned in PR #3, I was trying to build the app and have patched some of the errors but I'm enable to solve this error.
Note that these error occur even after the #3 code changes are present.
For more infomation @M8850 you can check the summary.
The text was updated successfully, but these errors were encountered: