Skip to content

Label duplications, boolean operations for VoxelClouds#281

Merged
smikitky merged 13 commits into
masterfrom
set-theory
Jun 16, 2022
Merged

Label duplications, boolean operations for VoxelClouds#281
smikitky merged 13 commits into
masterfrom
set-theory

Conversation

@ttakenaga
Copy link
Copy Markdown
Contributor

No description provided.

@ttakenaga ttakenaga marked this pull request as ready for review June 8, 2022 07:42
@smikitky smikitky changed the title Set theory Label duplications, boolean operations for VoxelClouds Jun 15, 2022
Copy link
Copy Markdown
Member

@smikitky smikitky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

デザインの変更とかが難しくなるのでCSSルールとかをコピペするのは止めましょう。面倒でもちゃんと共通のコンポーネントに抽出してください。

@smikitky smikitky enabled auto-merge June 16, 2022 07:30
@smikitky smikitky merged commit 2906ee1 into master Jun 16, 2022
@smikitky smikitky deleted the set-theory branch June 16, 2022 07:34
Comment on lines -27 to -34
useEffect(() => {
if (value.targetLabelIndex < 0) {
onChange({
...value,
targetLabelIndex: targetIndex[initialLabelIndex]
});
}
}, []);
Copy link
Copy Markdown
Member

@smikitky smikitky Jun 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こういう dependency array の正しさを無視した useEffect は危険です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants