Home > Mobile >  When I add new todo system says: Render Error Object are not valid as a React Child
When I add new todo system says: Render Error Object are not valid as a React Child

Time:11-17

Object are not valid as a React child (found:object with keys{$$typeof,render}) if you meant to render a collection of children,use an array instead. App is working but when I add New todo app is not work . what is the question ?

This is my code here this is more (https://i.stack.imgur.com/yc0Dh.png)

I have a problem and I wait solution for my problem

CodePudding user response:

Two quick attempts that may resolve your issue are spread the newTodos and/or try using the Pressable instead of the TouchableOpacity since it has ongoing bugs.

If you provide a repo or simple case of the issue that helps others debug.

CodePudding user response:

look the 69.lines I write setTextInput(Text) I use text instead Text and done

  • Related