Yourim Cha

Results 21 comments of Yourim Cha

@haileychoi15 저도 이부분 궁금하네요!

@pjj186 추가 설명드리면, 기존 input객체를 복사해야 하는 이유는, 함수형 컴포넌트에서 상태를 업데이트할 때는 클래스형 컴포넌트와 다르게 값자체가 대체되기 때문입니다. * https://reactjs.org/docs/hooks-reference.html#functional-updates 리액트 공식문서 참고 Unlike the setState method found in...

This issue was resolved by https://github.com/yorkie-team/yorkie/pull/907. (Ref: https://github.com/yorkie-team/yorkie/issues/758)

As this issue no longer seems to occur, I'll be closing it.

As this issue no longer seems to occur, I'll be closing it. ![image](https://github.com/user-attachments/assets/7dcda697-168f-4548-8ec8-c93d10fdcb94)

There are additional considerations in this issue. The current Dashboard network structure is as follows. (ref: https://github.com/yorkie-team/dashboard#how-dashboard-works) ![image](https://user-images.githubusercontent.com/81357083/210494181-18f284eb-d21b-41f1-a58a-f67fc8f9a6bc.png) - The auth token is transmitted as a cookie from the gRPC...

@krapie Thank you for your suggestion. I would appreciate it if you could proceed with that. :)

@devleejb I tried to make this work, but I got stuck because it needed too many changes in the devtools types and other areas. Thank you, @KimKyuHoi , for your...

@window9u Thank you for updating the PR content. It's fine to replace it, but if there's any content from the previous PR that you'd like to keep as history, you...

Thank you @devleejb. As you mentioned, `default` is reserved because it's used for the system-generated default project when the `--backend-use-default-project` flag is enabled. The `new` is reserved due to URL...