Seokho Song, dave@modusign

Results 11 comments of Seokho Song, dave@modusign

Sure. It worked correctly. That's the way we avoid this issue for now on our product.

It would be nice to resolve this issue as it can cause confusion and make debugging more challenging. Currently, the Redux DevTools are not notified when the state changes, which...

Sure. I've opened very draft PR https://github.com/pmndrs/valtio/pull/721 to add docs. I'll fill the PR description soon

@melloware Oops sorry. I didn't expect the Pull request to close when I renamed the branch on Github.

Make sense. I respect that. We can choose the alternative ways: Implement recursive assignments like lodash.merge, and then 1. Insert on top of every .msw file This way requires some...

@soartec-lab Related: https://github.com/anymaniax/orval/pull/1199#issuecomment-1931733511 Yes. It has become unable to override. Thanks for letting me know :). Because it will be decided by whether the 'overrideResponse' string exists or not in...

@soartec-lab The overridable information is only checked by string match. If we're considering removing the spread syntax, which seems to be the primary mechanism for handling this, we'll need to...

@soartec-lab oh wow. That change is huge. Sorry for the late response. I was unwell though by cold... For now, I haven't caught the context yet so please understand if...

@soartec-lab Yeah. I think #1338 will cause a breaking change because the exposed function argument type changed: `any` -> `Partial` But after that, `Partial` -> `DeepPartial` seems safe from the...

Yep. If you prefer so. Actually, I resolved the conflict on the local repo. (It was not as much as I thought) So we can decide to push the merge...