Simon Boudrias

Results 429 comments of Simon Boudrias

I added a warning on the documentation hopefully help the next people running into this issue. Cheers!

I think a user space prompt is the right place for this feature to live in. Thanks for posting your implementation!

Interface wise, I think it'd be cleaner to have a different prop name like `value` or `prefill` or something like this. And make `default` or this key exclusive in the...

Hey @wannabewayno contribution welcomed! And I like the approach. Let's just rename `'always'` to `'editable'` or `'inline'` I think? I don't feel `always` properly communicate the behavior.

@Sakthieswaran-tech go ahead. Do note this one likely involves some tradeoff in the testing library. I suggest you investigate a bit what could be done, and propose some path forward...

That's actually a very good question. Right now we catch the error and display it; but there's nothing the user can do if the failure is constant and not specific...

Oh nice, I'm definitively open to it. Do you want to send a PR?

A new patch release of `[email protected]` is out removing the problematic dependency related to this issue. You should be able to update the transitive dependency, might need `npm audit` if...

Interesting, what's your terminal? I was able to reproduce with Warp. On Warp, I think what happens is the terminal decides to wrap words. Once it does the correct cursor...

@MazenSamehR absolutely! I appreciate it 💜