bokuweb/re-bulma

React 16

panbhatt opened this issue · 2 comments

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.

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.

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