Closed rafaelfaria closed 2 years ago
Have mainly used it in my personal projects which are not in typescript so haven't faced this. I've added default values to each props just in case it's not supplied. Happy to merge the change if you could provide a PR
Your documentation says the props are not required however Typescript says otherwise :)
you should use
?
on each one of them if you want to make them optional.