Guilherme Monte
Guilherme Monte
## Question **Why the children prop only show in Props Table with description?** I am using typescript, so I created interfaces with my props. But the children prop only show...
## Bug Report When I use the `object?.key` inside my component code, the Props table doesn't render. And when I change to `object.key` the Props component render successfully my prop-types....
PR to fix the issue #5
Added an option that can select a recommended color. ```jsx ``` 
I am using Nextjs 14 and I am receiving some errors on build time because this package are using `window` directly when getting the storage. I created the `getStorage()` function...