-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: SingleEditorMode #8984
base: master
Are you sure you want to change the base?
feat: SingleEditorMode #8984
Conversation
…js-mode feat: Add config for non-yjs mode
|
feat: non-yjs mode badge
…omes-active-and-exceeds-the-threshold-switch-to-non-yjs-mode
reg-suit detected visual differences. Check this report, and review them. 🔴🔴 🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵 What do the circles mean?The number of circles represent the number of changed images.🔴 : Changed items, ⚪ : New items, ⚫ : Deleted items, and 🔵 Passed items How can I change the check status?If reviewers approve this PR, the reg context status will be green automatically. |
const shouldUpdateProps = (props != null && currentCmPropsData == null) || (props != null && currentCmPropsData != null && !isDeepEquals(currentCmPropsData, props)); | ||
|
||
// eslint-disable-next-line max-len | ||
const shouldUpdate = swrKey != null && container != null && (currentData == null || (isValid(newData) && !isDeepEquals(currentData, newData)) || shouldUpdateProps); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldUpdate ロジック、テスト書かないとデグレ起こった時に直すのが大変そう
これは後続タスクで構わないのでやってほしい
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
テスト失敗してる?
support: `@uiw/react-codemirror` in apps/app
https://redmine.weseek.co.jp/issues/142089 のトピックブランチ