LittleSheep
LittleSheep
I noticed the button and others components use render function like way to render, we can use custom tag property to implement this feature, but will get a typescript error...
I use `fasthttp/websocket` to proxy websocket. And use `FastHTTPIsWebSocketUpgrade` to get request need to be upgrade to websocket, so that I can handle normal request at the same time. ```go...
> > Same issue here. Seems like the package is using `patch` instead of `PATCH`, which is why @Artel-Studio 's fix to `PATCH` works. > > https://fetch.spec.whatwg.org/#methods https://stackoverflow.com/questions/73985866/the-mystery-of-patch-request-and-cors-headers > >...