isClient hack removal and type adjustment for "older" lib

This commit is contained in:
Igor Loskutov
2025-06-18 17:34:48 -04:00
parent 9c20e8b9f6
commit 20d1d9fc0d
2 changed files with 1 additions and 11 deletions

View File

@@ -133,8 +133,6 @@ const ShareModal = (props: ShareModalProps) => {
setStream(val.toString());
}}
placeholder="Pick a stream"
onBlur={() => {}}
onFocus={() => {}}
/>
</div>
@@ -147,8 +145,6 @@ const ShareModal = (props: ShareModalProps) => {
value={topic}
onChange={(val) => setTopic(val.toString())}
placeholder="Pick a topic"
onBlur={() => {}}
onFocus={() => {}}
/>
</div>
)}