You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
This is because I have babel setup to only transpile .jsx files. The issue is solved if I change package.json to point to the compiled ./lib/react-ux-password-field.js instead.
The text was updated successfully, but these errors were encountered:
Actually seems there are quite a lot of issues preventing this from being rendered server-side, including the use of componentWillMount() instead of componentDidMount() and references to navigator in render().
When I load this to be rendered server-side in node I get:
This is because I have babel setup to only transpile
.jsx
files. The issue is solved if I changepackage.json
to point to the compiled./lib/react-ux-password-field.js
instead.The text was updated successfully, but these errors were encountered: