bokuweb / re-bulma

[Deprecated] 💎Bulma components for React
http://bokuweb.github.io/re-bulma/
MIT License
364 stars 66 forks source link

React 16 #94

Open panbhatt opened 6 years ago

panbhatt commented 6 years ago

This library doesn't seem to be working well with React 16. Can we have a new build with React 16 or if i can help somewhere that would be great.

nick264 commented 6 years ago

I'd also love to get this working with React 16.

The problem seems to be that React 16 has deprecated PropTypes. It's now implemented as a separate package. Going to take a stab at a forking and updating for my own project.

nick264 commented 6 years ago

Just submitted this pull request: #97 . Would love any feedback