Skip to content

Free Types!

Choose a tag to compare

@theKashey theKashey released this 02 Jun 02:49
· 232 commits to master since this release

A small but quite important release, which will remove the major effect of React-Hot-Loader - proxing Elements.
In short - <App/>.type === App without React-Hot-Loader, and false with. So - React-Hot-Loader might break your app in dev environment, or your app might work a bit differently in prod.

No more (user space) proxying!

Works only with webpack plugin. Does not work without it, or with hot-loader/react-dom - feature is not stable yet.

Please try it!. We need your feedback!.

Features

  • 👓 transparent class wrapping, fixes #304 (9fe4cad)