David Williams
David Williams
As I said in the steps to reproduce, the code is whatever npx create-remix@latest generates - there are no external dependencies beyond that. > Could you check of the code...
Yes. I guess I forgot that small point. It's been 4 months since I logged this. Long since deleted the test and moved on.
> Try changing line 17 to `{isShowing.value && }` Yes, that will work for sure, but I can already work around the issue. The point is that totally valid code...
In newer versions of Qwik, the error message has been improved with the additon of "In the browser make sure that the context was used during SSR so its state...
> Do you end/finish your target stream when it's done? You mean the last stream in the pipeline? No. Everything in the pipeline is a 3rd party NPM package. I...