Matt Hamlin

Results 9 comments of Matt Hamlin
trafficstars

@abhishekguru You are calling the Hook outside of a component here in your test: ```js test('API test', async () => { const newState = useAPIHelper( //

Ran into a permutation of this issue this week, in our case we were setting the value of a custom property to an empty string: ```tsx ``` When server side...

Did some quick testing, going back to 0.14.0 it still doesn't warn: https://codesandbox.io/s/92rp6893po

And it seems like toArray didn't exist on React.Children in 0.13.0.

I don't think this issue should be considered stale, but also could understand if we wanted this to not be something that the one-version package cares about.

I hate to be the person that comments "+1" on an issue, however this one has been open for a bit over a year now and I wonder if we...

One of the things we ran into when starting to adopt RSC within Next is that URL instances can't be passed as prop values down into client components, did some...

This might be more complex than the initial issue suggests, both editors want to control the state of the input, however we probably only want one source of state management....