Steve Workman

Results 38 comments of Steve Workman

> I've added an extra check as there was a `__DEV__` check in an if statement that made it only work in dev. All sorted now and this works in...

> @steveworkman Do we need to update this PR against the main? The `LitWrapperClient` e.g. looks significantly different. Do we need all the changes for that component in this PR?...

A rough task list: - [x] Module installation code modified so equivalent APIs for Nuxt 2 are used - [ ] Vue 2 version of the wrapper components are available...

We closed the Nuxt 2 PR as there were significant changes coming to Lit in SSRv3 that were needed. Even with this change, I'm not confident that SSR is possible...

Looking at the source code in https://github.com/SAP/ui5-webcomponents/blob/main/packages/main/src/Button.ts#L327-L331 It looks like the component is adding an event handler in the `constructor` which isn't present in SSR. The authors would need to...

I've had a look deeper in the code at this (I'm pretty new to HA and am using an old iPad in the kitchen too!). The issue comes from `superstruct`...

I think this is related to #12 - however, I'm only finding that this fails on Windows - linux/macOS is fine

I think this and issue #5 might be the same. Try the PR #6 and see if that helps