Alexey Zakhlestin
Alexey Zakhlestin
@IlanCosman did you close this as "won't fix"? Or you just plan some alternative implementation?
[solid-query] Uncaught (in promise) Error: experimental_prefetchInRender feature flag is not enabled
we see this issue too in our setup. (solid-start, without bun) @TkDodo the url in example is pasted 2 times. just copy one of the halves. opens fine here
[solid-query] Uncaught (in promise) Error: experimental_prefetchInRender feature flag is not enabled
Are there any downsides to enabling `experimental_prefetchInRender` flag for affected queries? UPD: oh, right… some of the server-side renderings just hang forever this way. seems to be related to `enabled:`...
[solid-query] Uncaught (in promise) Error: experimental_prefetchInRender feature flag is not enabled
> on a NextJS app. I thought that this issue is solid-js specific. But it's interesting that it's reproducible to some degree on react 🤔
to add some context on why it is needed: menubar estate is limited (especially on laptop displays) and is often overcrowded by indicators. any non-essential icon means that other icons...
I can work around this issue, by replacing single-quotes with corresponding html-entities. But that's hard a long-term solution
Is it possible to implement this without knowledge of language? Because, currently, freefeed doesn't have such knowledge. There are some plans for adding detection of language to the code, but...