react-bs-notifier
react-bs-notifier copied to clipboard
Error in typings
Typechecking our project with skipLibCheck: false spits out the following error:
@types/react-bs-notifier/index.d.ts:19:27 - error TS2694: Namespace 'global.JSX' has no exported member 'ELement'.
We are using version 5.0.0 from npm.
Typescript version used is 3.1.4