NB 😈 | Nightly 🦊
Solid Start Cloudflare-pages deploy returns 404
After building solidstart app I can use it with Cloudflare dev mode but after deployment any requests returns 404. I am able to get static files tho. Dev mode also works.
example https://aec52c8e.dex-app-5o2.pages.dev/
my config
1 replies
reactiveMap does not work with size/delete
I have noticed that
reactiveMap
does not trigger update on delete
or when we "subscribe" using size
or forEach
method.
Most confusing for me is delete
since if i use has
i expect that update will trigger signal, but this is not the case.
Is it expected behaviour ?2 replies