react-forecast icon indicating copy to clipboard operation
react-forecast copied to clipboard

Forecast.io powered weather component for React

Results 5 react-forecast issues
Sort by recently updated
recently updated
newest added

I'm getting the error `Uncaught TypeError: React.createClass is not a function`, so I've done a workaround in my local `node_modules/react-forecast/dist/react-forecast.js` by: * npm installing `create-react-class` * requiring the package in...

Replace createClass (deprecated) with createReactClass

This may need to be updated. When I try to set any props other than the name, longitude, and latitude it doesn't seem to change. Ex: Setting font='verdana' Doing this...

1. fix property name: unit => units 2. add parentheses to ensure or operator is applied as expected

Any chance we can have this updated to work with react 0.14.7