Samuel Barney
Samuel Barney
Basic support for fragments is pretty simple: ```ts export function createFragment(attributes: Attributes & Children | undefined = {}, contents: string[]) { console.log(contents) return contents.join('') } ``` [Example of usage](https://react.dev/reference/react/Fragment#assigning-multiple-elements-to-a-variable) Forcing...
I'm not seeing any configs for setting any ssl settings. Are they hidden somewhere, or is riverside not wss compliant?
This is a bit of a hack, but it allows you to change the span with the class ui-spinner into any HTML Element you want. I plan on making it...