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
Uncaught (in promise) TypeError: Cannot read property 'type' of null
at eval (List.js:42)
at mapSingleChildIntoContext (ReactChildren.js:107)
at traverseAllChildrenImpl (traverseAllChildren.js:77)
at traverseAllChildrenImpl (traverseAllChildren.js:93)
at traverseAllChildren (traverseAllChildren.js:172)
at mapIntoWithKeyPrefixInternal (ReactChildren.js:127)
at Object.mapChildren [as map] (ReactChildren.js:149)
at List (List.js:41)
at eval (ReactCompositeComponent.js:306)
at measureLifeCyclePerf (ReactCompositeComponent.js:75)
Hi, I want to make table by
List
, code as belowgot error:
But it is fine with :
The text was updated successfully, but these errors were encountered: