-
Notifications
You must be signed in to change notification settings - Fork 2
fix: Stack 컴포넌트 props_to_style 형태로 변경 #53
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
acab833
feat: css제거하고 props_to_style 형태로 변경
Obj277 c08fcc3
fix: 필요없어진 파일 제거
Obj277 a2036c0
fix: tsbuildinfo 업데이트
Obj277 93a980d
fix: 필요없는 ./style.css export 경로 제거
Obj277 343917a
feat: build:clean | clean:dts 스크립트 추가
Obj277 510a44d
chore: changeset
Obj277 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@croquiscom/monolith': patch | ||
| --- | ||
|
|
||
| Stack컴포넌트 css제거 및 props_to_style 형태로 변경 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {"root":["./src/index.ts","./src/vite-env.d.ts","./src/components/index.ts","./src/components/stack/stack.test.tsx","./src/components/stack/stack.tsx","./src/components/stack/utils/buildflexclassnames.test.ts","./src/components/stack/utils/buildflexclassnames.ts","./src/components/switch-case/switchcase.test.tsx","./src/components/switch-case/switchcase.tsx","./src/hooks/index.ts","./src/hooks/use-countdown-timer/usecountdowntimer.test.ts","./src/hooks/use-countdown-timer/usecountdowntimer.tsx","./src/hooks/use-debounce/usedebounce.test.ts","./src/hooks/use-debounce/usedebounce.ts","./src/hooks/use-delay-loading/usedelayloading.test.tsx","./src/hooks/use-delay-loading/usedelayloading.tsx","./src/hooks/use-is-mounted/useismounted.test.tsx","./src/hooks/use-is-mounted/useismounted.tsx","./src/hooks/use-isomorphic-layout-effect/useisomorphiclayouteffect.test.ts","./src/hooks/use-isomorphic-layout-effect/useisomorphiclayouteffect.ts","./src/hooks/use-mount/usemount.test.ts","./src/hooks/use-mount/usemount.ts","./src/hooks/use-preload-image/usepreloadimage.test.ts","./src/hooks/use-preload-image/usepreloadimage.ts","./src/hooks/use-throttle/usethrottle.test.ts","./src/hooks/use-throttle/usethrottle.ts","./src/utils/index.ts","./src/utils/compress-image/compressimage.test.ts","./src/utils/compress-image/compressimage.ts","./src/utils/create-array/createarray.test.ts","./src/utils/create-array/createarray.ts","./src/utils/debounce/debounce.test.ts","./src/utils/debounce/debounce.ts","./src/utils/delay/delay.test.ts","./src/utils/delay/delay.ts","./src/utils/is-android/isandroid.test.ts","./src/utils/is-android/isandroid.ts","./src/utils/is-equal/isequal.test.ts","./src/utils/is-equal/isequal.ts","./src/utils/is-ios/isios.test.ts","./src/utils/is-ios/isios.ts","./src/utils/throttle/throttle.test.ts","./src/utils/throttle/throttle.ts"],"version":"5.7.3"} | ||
| {"root":["./src/index.ts","./src/vite-env.d.ts","./src/components/index.ts","./src/components/stack/stack.test.tsx","./src/components/stack/stack.tsx","./src/components/switch-case/switchcase.test.tsx","./src/components/switch-case/switchcase.tsx","./src/hooks/index.ts","./src/hooks/use-countdown-timer/usecountdowntimer.test.ts","./src/hooks/use-countdown-timer/usecountdowntimer.tsx","./src/hooks/use-debounce/usedebounce.test.ts","./src/hooks/use-debounce/usedebounce.ts","./src/hooks/use-delay-loading/usedelayloading.test.tsx","./src/hooks/use-delay-loading/usedelayloading.tsx","./src/hooks/use-is-mounted/useismounted.test.tsx","./src/hooks/use-is-mounted/useismounted.tsx","./src/hooks/use-isomorphic-layout-effect/useisomorphiclayouteffect.test.ts","./src/hooks/use-isomorphic-layout-effect/useisomorphiclayouteffect.ts","./src/hooks/use-mount/usemount.test.ts","./src/hooks/use-mount/usemount.ts","./src/hooks/use-preload-image/usepreloadimage.test.ts","./src/hooks/use-preload-image/usepreloadimage.ts","./src/hooks/use-throttle/usethrottle.test.ts","./src/hooks/use-throttle/usethrottle.ts","./src/utils/index.ts","./src/utils/compress-image/compressimage.test.ts","./src/utils/compress-image/compressimage.ts","./src/utils/create-array/createarray.test.ts","./src/utils/create-array/createarray.ts","./src/utils/debounce/debounce.test.ts","./src/utils/debounce/debounce.ts","./src/utils/delay/delay.test.ts","./src/utils/delay/delay.ts","./src/utils/is-android/isandroid.test.ts","./src/utils/is-android/isandroid.ts","./src/utils/is-equal/isequal.test.ts","./src/utils/is-equal/isequal.ts","./src/utils/is-ios/isios.test.ts","./src/utils/is-ios/isios.ts","./src/utils/throttle/throttle.test.ts","./src/utils/throttle/throttle.ts"],"version":"5.7.3"} |
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
요거 이슈원인 해결된거같아서 forwardRef 넣어두 될거같은데 검토한번만 부탁드려도될까요? 🙏
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.
네 그래서 forwardRef 다시 넣어뒀어요 🌝 @sunginHwang