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
When add to project, I get
ERROR in .//react-calendar-timeline/src/lib/Timeline.js
Module parse failed: C:*\node_modules\react-calendar-timeline\src\lib\Timeline.js Unexpected token (73:19)
You may need an appropriate loader to handle this file type.
|
| export default class ReactCalendarTimeline extends Component {
| static propTypes = {
| groups: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired,
| items: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired,
@ .//react-calendar-timeline/src/index.js 1:0-37
The text was updated successfully, but these errors were encountered:
When add to project, I get
ERROR in ./
/react-calendar-timeline/src/lib/Timeline.js/react-calendar-timeline/src/index.js 1:0-37Module parse failed: C:*\node_modules\react-calendar-timeline\src\lib\Timeline.js Unexpected token (73:19)
You may need an appropriate loader to handle this file type.
|
| export default class ReactCalendarTimeline extends Component {
| static propTypes = {
| groups: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired,
| items: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired,
@ ./
The text was updated successfully, but these errors were encountered: