yandex / reselector

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

Support createElement without namespace #89

Open lttb opened 4 years ago

lttb commented 4 years ago

Support named import of createElement:

import {createElement} from 'react';

const Product = props => createElement('div', props);

select`${Product}`