react-typescript-taskify
react-typescript-taskify copied to clipboard
.remove was overriding .dragcomplete, so the 'brightening' effect caused by the snapshot.isDraggingOver ternary operator in TodoList.tsx was producing the expected results. Followed along with your FreeCodeCamp video and spotted this....
Getting the following error: **ERROR in src/Components/Task.tsx:29:18** ``` TS2345: Argument of type '(TaskDo | { todo: string; length: number; toString(): string; toLocaleString(): string; pop(): TaskDo | undefined; push(...items: TaskDo[]): number;...
Change the name of file `InputFeild` to `InputField` in **components**
React-beautiful-dnd is not working with a new version of React.