-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
duplicateThis issue or pull request already exists.This issue or pull request already exists.
Description
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
Typescript fails to build with the following error:
./node_modules/@material-ui/lab/SpeedDial/SpeedDial.d.ts:4:33 - error TS7016: Could not find a declaration file for module 'react-transition-group/Transition'. './node_modules/react-transition-group/cjs/Transition.js' implicitly has an 'any' type.
Expected Behavior 🤔
Typescript builds successfully.
Steps to Reproduce 🕹
Steps:
- In a project that has material-ui installed
- Run the a typescript build
Context 🔦
Your Environment 🌎
| Tech | Version |
|---|---|
| Material-UI | v4.9.9 |
| Material-UI/lab | v4.0.0-alpha.51 |
| React | 16.13.0 |
| TypeScript | 3.8.3 |
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already exists.This issue or pull request already exists.