Thorsten Lünborg
Thorsten Lünborg
rendering script tags isn't supported on the clientside as well, so even if it worked on the server, you would get a hydration error on the client.
I get that you're frustrated, but maybe reconsider the approach you take here with the issue title and all...
Hard to say. Won't discuss any further with that title up.
That's pretty much spot on on. the fact that the composition API right now take so much of the spotlight is just stemming from the fact that it's new and...
I'm not sure that I understand the problem. If you style a child component, it's root node will be affected (which you would want in this case , wouldn't you?)...
@nolde OP is aware of that, his request us about functional templates.
https://www.typescriptlang.org/tsconfig#include > If a glob pattern doesn’t include a file extension, then only files with supported extensions are included (e.g. .ts, .tsx, and .d.ts by default, with .js and .jsx...
@nborko Would it be possible for you to work with actual props objects instead of TS interfaces? Or does that raise other issues in your workflow? i.e. this works fine:...
Thanks for the response. I'm unsure about the verdict though. Is using a props object with additional `PropType` annotation able to do what you need or is something still missing?...