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
When trying to upgrade the UI Kitten library to UI Kitten 5.0, there is an error in the status-bar.component.tsx
The error is at the following line: export const StatusBar = styled(StatusBarComponent);
Error message: Error: Objects are not valid as a React child (found: object with keys ($$typeof, render, displayName)). If you meant to render a collection of children, use an array instead.
What should be the replacement for calling styled?
UI Kitten and Eva version
Package
Version
@eva-design/eva
2.0.0
@ui-kitten/components
5.0.0
The text was updated successfully, but these errors were encountered:
💬 Question
When trying to upgrade the UI Kitten library to UI Kitten 5.0, there is an error in the status-bar.component.tsx
The error is at the following line:
export const StatusBar = styled(StatusBarComponent);
Error message:
Error: Objects are not valid as a React child (found: object with keys ($$typeof, render, displayName)). If you meant to render a collection of children, use an array instead.
What should be the replacement for calling styled?
UI Kitten and Eva version
The text was updated successfully, but these errors were encountered: