foolswisdom
renderToString in Elysia BFF Layer
I don't have a lot of insight into this problem, but it's likely related to the issue that react JSX is a global namespace (while solid's must be imported). So they don't coexist in the same project very well
47 replies
Solid Start in pnpm workspaces monorepo
Okay, it seems like you don't need to specify this if you putting the configuration in package folder (it's either/or, which explains why in my project I just followed the instructions for configuring at the root)
29 replies
Solid Start in pnpm workspaces monorepo
That said, it looks like I'm only partially following the instructions in my monorepo here https://github.com/mosheduminer/lexical-solid (though I'm not importing from the package that uses start, it seems that some of the configuration is needed regardless)
29 replies