Is there an example for hwo to migrate react conte...
# react
i
Is there an example for hwo to migrate react contexts? There used to be the
ProvideProps
interface - I don't remember know what exactly it used to do, but it appears in the components that I wrote that act as context providers
1
t
Which syntax do you have right now (in your project)?
Provider
usage example
👍 1
i
thanks that helped, fixxed it! 🙂