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
Hi there, I think the colon in export default class FloatingLabel extends React.Component { static propTypes: {
is throwing error in babel. Is it also the case on your end? I am using web pack 2 with .babelrc like this { "presets": [ ["es2015", { "modules": false}], "react", "stage-0" ], "plugins": ["react-hot-loader/babel"] }