Bernd Hacker
Bernd Hacker
...only the last one will be returned by getAllSitesIds(). That's why restructuring the returned array to either have the id as a key or nesting id and url one layer...
[](https://issuehunt.io/r/piotrwitek/typesafe-actions/issues/162) ## Is your feature request related to a real problem or use-case? While using `Epic`s from `redux-observable` I find myself writing the same code over and over again. It...
Here are the tests reproducing the errors from https://github.com/jsdom/jsdom/issues/3141 Current behavior --- Simple :scope selectors work as expected. ``` div.querySelector(":scope > p"); div.querySelectorAll(":scope > p"), ``` Comma separated :scope selectors...