Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'style' helper must be imported from 'dom-helpers/css' #61

Open
flurmbo opened this issue Sep 10, 2019 · 0 comments
Open

'style' helper must be imported from 'dom-helpers/css' #61

flurmbo opened this issue Sep 10, 2019 · 0 comments

Comments

@flurmbo
Copy link

flurmbo commented Sep 10, 2019

Sorry if this is the expected behavior. It looks like when requiring the style helper individually, it has to be imported from the dom-helpers/css route. E.g. the following doesn't work:

import style from 'dom-helpers/style';

Whereas the following examples do work:

import style from 'dom-helpers/css';

import { style } from 'dom-helpers';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant