NesCafe
Converting code to ES5
sometimes it can happen. for example for apps I develop at work in our organization there are very old machines. some running win XP and no way to install latest browsers there. though (with firefox) they support part of modern JS api, like
let
and Map
, Set
but it thowed me errors for something I made with Vue (I guess shadowRoot
. I just defined some object to window to suppress those. because none of my components use that feature, it is just Vue internals have checks)11 replies
How should I use createRouteData
I dont know much, but maybe because this function is async
async ([slug, page]) => {
it expects return value to be a Promise.
but currently there is return (await response.json());
maybe try to just return json?
10 replies
Make createMemo depend on unmentioned signal
@bersaelor how come this does not work?
can you check this playground code?
https://playground.solidjs.com/anonymous/70394ed3-1bc5-4810-af96-3cb72ba6f396
23 replies