Krisztian Horvath
Krisztian Horvath
### Version 16.8.1 ### Reproduction link [github.com](https://github.com/riovir/vue3-custom-element-child-sfc-styles) ### Steps to reproduce ``` git clone https://github.com/riovir/vue3-custom-element-child-sfc-styles.git cd vue3-custom-element-child-sfc-styles npm ci npm start ``` Open http://localhost:8080 Notice how there is no colored...
## Expected behavior I expected the following snippet to work without a type error or requiring a workaround: ```ts // Type error: static get properties type incompatibility with base class...
## Description Please consider altering the polyfill to keep JSDOM's global `customElements` registry intact. This particular instance also includes some _internal bookkeeping the headless browser uses. Swapping it out completely...
### Describe the bug Since the v[7.0.0.beta-58](https://github.com/storybookjs/storybook/pull/21214) added a [setTimeout(() => cleanup(), 0)](https://github.com/storybookjs/storybook/blob/ebb8cf2a5021f375d5ceb92fcd42e0418fb770d8/code/ui/blocks/src/components/Story.tsx#L63) to the Vue stories shown in the docs are broken when navigating to another docs page. There's...
## What I did 1. Exposed the PropertyDeclarations from lit through @lion/core 2. Used the PropertyDeclarations in the form-core package mixins: strictly speaking the https://github.com/ing-bank/lion/issues/1768 issue is only concerned with...
## Expected behavior The mixin could be used with a focusable element in the shadowDom. ## Actual Behavior The following error is thrown: ``` Uncaught TypeError: Cannot read properties of...
At the time of writing, using the latest Chrome (v109.0.5414.120) and NVDA (2022.4.0.27401) with Tools > Speach Viewer on, open https://lion-web.netlify.app/components/input-stepper/overview/ the tab to the LionInputStepper. Press the up arrow...
Take a simple example with the ChoiceInputMixin applied. Manipulate Lion's source to include some console.log statements / thrown Errors in both the get and set choiceValue of the mixin. ##...
# Use case Maintaining a component pack built on top of another one. (Specifically `@lion/ui`.) The design system only supports a subset of the underlying components, implemented via extending a...
## What I did 1. Adjust the `adopt-style` styleCache to be a `WeakMap` preventing the `renderRoot`s from being garbage collected 2. Let the `OverlayMixin` unwire its `OverlayController` from the `OverlayManager`...