callstack / react-theme-provider

A set of utilities that help you create your own React theming system in few easy steps
MIT License
466 stars 54 forks source link

Something is definitely wrong with <ThemeProvider>'s typings 👀 #139

Open dedunovich opened 2 years ago

dedunovich commented 2 years ago

Description

image

BTW i don't really understand what for this component is needed Everything seems to work fine even without it

withTheme() HOC kinda provides theming 🤷🏼‍♂️

Reproducible Demo

I've reproduced this issue on CodeSandbox Come check that out 👇

sandbox 🎁

phihuynh94 commented 2 years ago
Screen Shot 2022-07-20 at 3 01 40 PM

Do this in your index.js seem to be working and it does not complain anymore. Follow the library usage guide.