yandex / reselector

Use React Components in css selectors
https://npm.im/reselector
Other
44 stars 10 forks source link

Typescript selector addon #100

Closed antonk52 closed 3 years ago

antonk52 commented 3 years ago

Hi again, this is a follow up to #99, I have not thoroughly tested the solution proposed solution and after introducing it to a project discovered a few edge cases, to be more specific

import {select} from 'reselector'

const selectThing = (nth, toggled) => select`*:nth(${nth}) [data-toggled="${toggled}"]`
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 843


Totals Coverage Status
Change from base Build 828: 0.0%
Covered Lines: 281
Relevant Lines: 299

💛 - Coveralls
lttb commented 3 years ago

Thanks! Released in 0.21.0