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

Update Svelte example #44

Closed
matheusml opened this issue Nov 2, 2017 · 1 comment
Closed

Update Svelte example #44

matheusml opened this issue Nov 2, 2017 · 1 comment

Comments

@matheusml
Copy link
Member

Right now, Counter.html is doing this:

import { connect, getActions  }  from '../../../../../src/svelte';

But it should be doing this:

import { connect, getActions  }  from 'redux-zero/svelte';

@Kiho, could you please change this and check if everything is working?
You should probably update the npm version from the example to 4.3.0

@Kiho
Copy link
Contributor

Kiho commented Nov 2, 2017

All done, works great.
Thanks.

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

No branches or pull requests

2 participants