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
It's not pre-processing the JSX in the file (that's where it's failing) probably because of file extension, running it through the REPL just spits out pure JS (ie <div> -> React.createElement('div
This occurred from from executing
require('react-timesheet')
. I got it to work by pastingsrc/Timesheet.js
into babel repl and overwriting it.The text was updated successfully, but these errors were encountered: