fix(store): check if state option is typeof undefined before setting (not just false-ish)
update: export useWindow update: remove logs from useHandle Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -145,7 +145,6 @@ export default (store = useStore()) =>
|
||||
validConnectFunc,
|
||||
doc,
|
||||
)
|
||||
console.log(isValidConnection)
|
||||
|
||||
store.hooks.connectStop.trigger(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user