-
Notifications
You must be signed in to change notification settings - Fork 144
[CLNP-2908] Typescript error fix for hooks #1054
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
65 commits
Select commit
Hold shift + click to select a range
4669472
Update tsconfig.json
chrisallo 0ddd198
fix: Fixed type error. (#1011)
OnestarLee 5a75729
fix: Fixed type error. (#1024)
OnestarLee 054f88c
fix: Fixed type error. (#1037)
OnestarLee 34e052c
chore:sub tsconfig (#1046)
OnestarLee 45d5413
fix: Fixed type error. (#1043)
OnestarLee cc06d18
typescript error fix
chrisallo e41b93a
rebase
chrisallo ecd9a96
Merge branch 'main' into feat/clnp-2908-ts-fix-hooks
chrisallo 1b7dea1
review fix
chrisallo d822829
restore stash
chrisallo 903183d
Update yarn.lock
chrisallo 6ab0bab
default values
chrisallo 671cccc
Merge branch 'main' into feat/clnp-2908-ts-fix-hooks
bang9 2392997
chore: test fix
bang9 1307b2a
build error fix
chrisallo 7ff7dd9
chore: remove package lock file
bang9 e8bb603
fix: groupKey should be update with channelUrl and key
bang9 002d1e9
type fixes to build
chrisallo 295f010
Merge branch 'feat/clnp-2908-ts-fix-hooks' of https://github.com/send…
chrisallo c4704b9
unset ts option
chrisallo 4a44a36
lint fix
chrisallo 9192efd
Merge branch 'main' into feat/clnp-2908-ts-fix-hooks
chrisallo 48ca3a4
Merge branch 'main' into feat/clnp-2908-ts-fix-hooks
chrisallo d8f86d1
chore: update hooks/VoiceRecorder
bang9 49b73d1
chore: remove legacy stories
bang9 44781c0
chore: voiceConfig is not optional type
bang9 6f73ee0
chore: throttle trailingArgs should be nullable
bang9 aa0f702
chore: remove redundant type
bang9 c75c449
chore: remove null types from Sendbird.tsx
bang9 a4ec245
chore: update Sendbird
bang9 543673c
chore: lib/emojiManager
bang9 828c694
chore: update src/lib
bang9 6feb712
chore: src/modules/App
bang9 272f08b
chore: update src/modules/App
bang9 643d80f
chore: update
bang9 c72ec27
chore: update src/modules/Channel
bang9 850d5ac
chore: update modules/Channel
bang9 f982e5d
chore: update modules/ChannelList
bang9 00cf9e1
chore: build fix
bang9 8b61cfd
chore: update modules/ChannelSettings
bang9 58e0dfc
chore: update modules/ChannelSettings
bang9 d27a359
chore: update channel settings
bang9 baf96bc
chore: update channel settings
bang9 34c5bf7
chore: update channel settings
bang9 b039d90
chore: update create channel
bang9 2d946be
chore: update edit user profile
bang9 5ab6f75
chore: update
bang9 a962d05
chore: update
bang9 eaace78
chore: update group channel
bang9 6284d0a
chore: update message search
bang9 e19ac28
chore: update open channel
bang9 6df5201
chore: update open channel list
bang9 7b4eae3
context menu fix
chrisallo c6e49b8
Merge branch 'main' into feat/clnp-2908-ts-fix-hooks
chrisallo b526917
revert icon/type fix
chrisallo 24d9d49
chore: update
bang9 70058b0
chore: update
bang9 730b4ed
chore: update
bang9 f4542f8
chore: fix test
bang9 fe86811
chore: update
bang9 72b2fba
Merge branch 'feat/clnp-2908-ts-fix-hooks' of https://github.com/send…
chrisallo 824e15b
ts fix + improvement
chrisallo a12508f
code alignment
chrisallo a77bcdb
Update MessageContent.spec.js.snap
chrisallo 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
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 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 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
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.
note: state 로 관리하면 url,key 업데이트를 해주는 로직이 필요, 일반 string 사용하도록 수정