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
I am on a project work where I am going to use Airbnb-Rheostat & Airbnb-dates packages both.
Following the directions both on github or npm pages.
I have included the most general usage code example, and got this error!
Uncaught TypeError: Cannot read property 'color' of undefined at Slider.js:1113
My included packages version list.
"react-with-styles-interface-aphrodite": "^5.0.1",
"rheostat": "^3.0.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-dates": "^18.2.2",```
Why this issue occur when I call those two components on the same page? and how can I solve it?
Thanks in Advance for the suggestions.
The text was updated successfully, but these errors were encountered:
I am on a project work where I am going to use Airbnb-Rheostat & Airbnb-dates packages both.
Following the directions both on github or npm pages.
I have included the most general usage code example, and got this error!
Uncaught TypeError: Cannot read property 'color' of undefined at Slider.js:1113
My included packages version list.
The text was updated successfully, but these errors were encountered: