Skip to content

otto-liljalaakso-nt/tsc-crash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.4%
  • JavaScript 46.6%