Zack Sheppard
Zack Sheppard
Hey @davwheat - thanks for the reply. Your work does support HTML strings correctly, but the bug here is that the `ReactNode` type also includes a bunch of **object** types...
Oh zero worries! I agree it sounds like I can safely make this the smarter if/else render. Will update the PR with that.
@florianuphoff Interesting - I'm using it for a SSR here and I'm not seeing any issue with it? Can you open a new issue with the problem you're seeing (and...
Ooooh I'm trying to fix this - is the way to do this to override the Formatters? I might still open a PR to add this as a supported prop.
Just hopping in here to +1 this, especially since [SASS used Bootstrap as an example](https://sass-lang.com/blog/the-module-system-is-launched) for how the new package system could be used.
@antfu I think it's fair to assume your end user arrives with `node` as well as whatever package managers they care about installed and leave that part unsaid. But you...
Ah that screenshot shows that this is a situation where my clause from the original Issue applies: > Hopefully I didn't miss something that explains this already Now that I...
The main change, now that I see the install command in the README at all, is to just add that header to make it easier for dummies like myself who...
@eahefnawy I did the following: 1. Go to the "new serverless app" page at `https://app.serverless.com//apps/new` 2. Click "fullstack" card 3. Name the app 4. Run the `serverless init ` command...
We have 3 services each of which have the same secrets and dockerfile but change a single ENV var that controls what work they prioritize and have different autoscaling numbers...