error TS2604: JSX element type 'Provider' does not have any construct or call signatures.

Author: doajiCreated Jun 29, 2017Updated May 7, 2019

I followed every step stated in the tutorial for setting up typescript with react and i get the error "error TS2604: JSX element type 'Provider' does not have any construct or call signatures." when i introduce the provider element into ReactDom as instructed in the book. I literally had to copy and paste each section of the tutorial to my code to make sure i wasn't making any mistakes. can someone please help me out?

Thanks

Source: microsoft/TypeScript-React-Starter