Lucas Constantino Silva
Lucas Constantino Silva
@edorivai the issue here is that you can't infere the prop name to be used when using an array as API.
@pedronauck I think a neat solution would be to create a true Map using the object data input, and transforming it as it is done today to have the order...
@edorivai thanks for the heads up, it is very much appreciated. This lib reached a point where it should definitely address these uncommon but very relevant problems, if not by...
This is probably an issue with *babel-plugin-react-docgen*. Could you have a look at that package and try and reproduce your issue? If it does reproduce, please open an issue there...
I'm not really sure if this is possible. It should be, definitely. This project is a proof of concept, if you find how to fix it I would most certainly...
No idea to be honest. I just saw this inconsistency between the Readme and the tasks found on packages, and decided to "fix" 😆
Ps.: keeping in mind this PR is based on #53, thus only the last 6 or so commits are of interest, and this should only be merged when the base...
Ps.: I have very diverging feeling on this kind of architecture I'm proposing. I just thought I should share the concept and what the benefits could be, if implemented ;)
I've hit the same issue when developing a grid-system. The problem occurs when a combination of media/variant is used a second time – as the combo was found before, its...
```tsx /** * Next.js query param provider. */ const QueryProvider: React.FC = ({ children }) => { const router = useRouter() // eslint-disable-next-line no-shadow const history = { push: ({...