Serhii Koreniuk

Results 10 comments of Serhii Koreniuk

Hello! I also had such question. here the solution that I've used ```swift extension SAPlayer { private static var _playedQueue = [SAAudioQueueItem]() var playedQueue: [SAAudioQueueItem] { get { return SAPlayer._playedQueue...

any updates on this?

Hello! I just want to ask or share my thoughts. the Dynamic import, in this case, is cool, only the proper location could be loaded but the drawback of that...

Have same issue. Anyone knows how fix this issue?

@devongovett if it's not posible to emulate `:where` so why then don't add some flag to remove `:where` from result CSS and leave it for the developer responsibility? I mean...

it’s true but at least it will work in old browsers

Have issue combobox "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", here is my test ``` it('should render', () => { const { baseElement } = render(); console.log(baseElement.querySelector('[role="combobox"]')); console.log(screen.getByRole('combobox')); expect(screen.getByRole('listbox')).toBeInTheDocument();...

@rjgotten this is not how it should work. If React allows us to use generics, eslint should respect them