Frederik Eychenié
Frederik Eychenié
oh yes, I would love that feature too
Huge thanks @longhaha1998, solved also my issue! I noticed that the `onTransitionEnd` prop is a `function` only on drag release and is `null` otherwise, so we can just test the...
FWIW Changing the import form `import { Event, EventTarget } from "event-target-shim"` to `import { Event, EventTarget } from "event-target-shim/index"` fixed the issue for me
Hi @igalklebanov, there seems to be just a linting/prettier error preventing the merge :) Would be amazing if this could get in soon!
@nwgh, it's all about what @felixsanz said. Most entreprise-grade projects handle SSL at the proxy/LB level.
FWIW In Expo@50, with `import "partysocket/event-target-polyfill";` i ended up with the error "Super Expression must either be null of a function" in `ws.ts`, on the line with `export class ErrorEvent...
@marco-ippolito there is the same issue (and workaround) on mac-os
So with this thread i managed to get both production and development setup working. Can we open a doc issue and PR instead and close this as resolved?