mlmorg / react-hyperscript

Hyperscript syntax for React.js markup
MIT License
711 stars 45 forks source link

Support for React 0.14 #10

Closed littlebtc closed 9 years ago

littlebtc commented 9 years ago

It seems there is no no compatibility issue with React 0.14, as I brew my own branch with modified package.json to run the test: https://travis-ci.org/littlebtc/react-hyperscript/builds/79708057

However there is a warning about the new react-dom package:

Warning: React.renderToStaticMarkup is deprecated. Please use ReactDOMServer.renderToStaticMarkup from require('react-dom/server') instead.

I am trying to write my new project on React 0.14rc1. I may report anything else if I found something go wrong.

mlmorg commented 9 years ago

11 has fixed this. Thanks!