Free Types!
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!.