Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 336 Bytes

TSC crash reproduce attempt

Steps to reproduce error

  • yarn
  • yarn tsc --build

Errors from the compiler

Change these imports

import FullCalendar from "@fullcalendar/react";
import { EventInput } from "@fullcalendar/core";

to

import FullCalendar, { EventInput } from "@fullcalendar/react";

The error is gone