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
First of all, thanks for carbon-ui. It looks amazing so far and I am eager to use it to create an android/web application. It took me a while, but I got the example application working for (android/web) here: https://gitlab.com/jamie-peabody/places-carbon
I need to use react 16.3.0-alpha.1, webpack 4, react-native-web, and carbon-ui. I am getting some issues. This one in particular is just a warning:
warning.js?da67:33 Warning: ConnectTheme(Component).childContextTypes is specified
but there is no getChildContext() method on the instance. You can either define
getChildContext() on ConnectTheme(Component) or remove childContextTypes
from it.
I see the warning on web and android.
The text was updated successfully, but these errors were encountered:
First of all, thanks for carbon-ui. It looks amazing so far and I am eager to use it to create an android/web application. It took me a while, but I got the example application working for (android/web) here: https://gitlab.com/jamie-peabody/places-carbon
I need to use react 16.3.0-alpha.1, webpack 4, react-native-web, and carbon-ui. I am getting some issues. This one in particular is just a warning:
I see the warning on web and android.
The text was updated successfully, but these errors were encountered: