Artem Shinkaruk

Results 14 issues of Artem Shinkaruk

### What problem does this feature solve? This allows for the modification of the source code of the packages inside `node_modules` using yalc or by manual means. It is particularly...

feat

Reproduce: 1. Creat 2 layers 2. Switch them with each other 3. Do it few times Result: The application hangs P.s. seems that the bug was introduced during refactoring to...

bug
priority:critical

### Which package(s) are affected? Context (@lit/context) ### Description Let's consider the following example: ```typescript import { consume, type Context } from '@lit/context'; import type { LitElement } from 'lit';...