-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
This PR that was merged and released to the version 1.2.7 has type definitions for the react-chartjs-2. Unfortunately, I get an error that module React cannot be found and it seems to be because React starts with an uppercase letter.
When I change the type definition file's first line to this:
import * as React from 'react';
Everything works correctly.
I am running on Windows system using tsc 1.8.10 and 2.0.3
Metadata
Metadata
Assignees
Labels
No labels