Augustine Kim
Augustine Kim
I tried another take of this here https://github.com/lit/lit/pull/4143 too but ultimately don't feel this is worth pursuing at the moment. It's not going to change anything in terms of types...
Closing as a solution exists with https://www.npmjs.com/package/nuxt-ssr-lit Huge thanks to @prashantpalikhe and @steveworkman for their work on this.
Superseded by https://github.com/lit/lit/pull/3457
This should have been fixed with https://github.com/lit/lit/pull/2692 Is your `@lit/localize-tools` up to date?
Thanks for the reproduction @gberaudo! I can indeed see this is an issue. What's happening is that the PR mentioned only fixes this if you have the expression that directly...
That makes sense to me. It would be weird for a user to set the task status themselves. I can't think of a valid reason for that to happen. So...
If anyone is following this issue, it would be helpful to gauge interest if a feature like this is still needed. We have an example of using slots being used...
Extra opinions from the Lit discord server – the sentiment seems to be that the wrapper should primarily be bridging the gap until custom element support is better in React,...
Oohhh excellent point! Thanks for raising this. I didn't realize `createContext`'s typing had this problem. Related TS issues: https://github.com/microsoft/TypeScript/issues/10571 https://github.com/microsoft/TypeScript/issues/26242 I've naively just been using `createContext(key)` without providing the second...
That's a fair point. We have a clear relation of context key to context value so a registry makes sense. The examples above are for state managers that take a...