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

Duplicate dispatchObserver generated #337

Closed
thoughtspile opened this issue Mar 5, 2017 · 1 comment · Fixed by #339
Closed

Duplicate dispatchObserver generated #337

thoughtspile opened this issue Mar 5, 2017 · 1 comment · Fixed by #339

Comments

@thoughtspile
Copy link

dispatchObserver function declaration is inserted twice:
var dispatchObservers = function dispatchObservers,
then
function dispatchObservers.
The declarations appear identical.
REPL (or really just any Svelte output)

@Conduitry
Copy link
Member

Bumped into another related issue while looking at this. Both should be resolved by #339

Rich-Harris added a commit that referenced this issue Mar 6, 2017
…shared-false

deconflict helpers when not using shared 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

Successfully merging a pull request may close this issue.

2 participants