iMoses
iMoses
@fkhadra if you're welcoming PRs I can give it a go myself when I get a chance
I think we have two cases here to handle: - a prop which is of type `object` and has a `$$typeof` property of type `symbol`, in which we can recursively...
@mjackson I've been working on pure single page applications for many years now, and I think this use case is very common in such cases. If we're considering that routes...
I'm having the same issue.. seems to be related to the integration between `linaria` and `pmmmwh/react-refresh-webpack-plugin` when removing the fast-refresh plugin things go back to normal... I can also confirm...
I'd much rather add back the missing functionality :sweat_smile: I'm currently struggling very hard to come up with an alternative and it seems i'm gonna have to manage the delay...
Turns out that in ASP.net if you define a query parameter from type dictionary and don't pass a value it will automatically be populated by the all query string options....
why is this issue being ignored for so long? if it helps anyone, I added this to my code: ``` delete InfiniteScroller.propTypes.element; ```