Matt Williams

Results 4 comments of Matt Williams

@chasers can this issue get reassigned to me? I have a PR out for it, pending review.

@wmertens I believe i've found a creative way to resolve this issue. I have a PR out for this (#7606 ). Can this issue be assigned to me?

@wmertens After digging into the code, I found that Qwik’s `isServer` flag is simply `!isBrowser` under the hood (see packages/qwik/src/build/index.ts. Essentially, it checks for window/HTMLElement) and is set to true...

@wmertens It definitely is indicative of a bug. That's why I referenced the bug in my commit and PR description 🙃 #5874 let me clarify where the confusion comes from...