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
Description of the bug
I want to use data provider pattern, but i got warnings like Warning: Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s when two components is inside default slot in provider component. Adding key property doesn't fix this. For this I don't use render method in data provider component and it looks like this
When I use render method in data provider component, i got
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s%s, object
Invariant Violation: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object
Description of the bug
I want to use data provider pattern, but i got warnings like
Warning: Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s
when two components is inside default slot in provider component. Adding key property doesn't fix this. For this I don't use render method in data provider component and it looks like thisWhen I use render method in data provider component, i got
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s%s, object
Invariant Violation: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object
This working without warnings
Did I use
vue-native-cli
to create the project?Yes
Am I using Expo?
Yes
Additional context
What is data provider:
The text was updated successfully, but these errors were encountered: