Typescript builds fail on version 36.2.1 #2084
Labels
Type: Bug 🐛
Oh no! A bug or unintentional behavior
Type: TypeScript
Issues related to typescript or type definitions
Bugs and Questions
Checklist
I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
Our TypeScript build is failing when upgrading from 36.2.0 to 36.2.1 due to missing types. We believe the issue was introduced in #2058
The error message output is:
Reproduction
I've created a minimal reproduction here: https://github.com/Tyresius92/victory-bug-reproduction
Alternatively, you can create a reproduction of the issue by:
npx create-react-app my-app --template typescript
skipLibCheck
to false intsconfig.json
build
command inpackage.json
totsc --outDir ./dist
npm run build
The text was updated successfully, but these errors were encountered: