Baptiste
Explore posts from serversAutofill input does not trigger the `onInput` callback
I'm having a hard time understanding it. Probably related to https://github.com/solidjs/solid/discussions/416 ?
6 replies
CDCloudflare Developers
•Created by Baptiste on 10/6/2023 in #general-help
Streaming is buffered when Cloudflare proxy is on?
I'm deploying an edge function on Vercel. It streams a response and it works just fine when Cloudflare proxy is disabled.
But, when the proxy is enabled, it seems it buffers the stream and send it as a whole once it's done. How is it possible?
The weird thing is that it worked a few days ago with proxy enabled as well.
I also tried to set these headers in the response to tell Cloudflare not to "cache anything":
I just don't know what to do now...
4 replies
Register custom component props without default values
Currently, I need to give default values to component properties if I want them to be registered:
But that's really not convenient. Is there a way to register props without default values?
3 replies