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

Removed duplicated require causing build error with shadow-build #338

Merged
merged 1 commit into from
May 14, 2017
Merged

Removed duplicated require causing build error with shadow-build #338

merged 1 commit into from
May 14, 2017

Conversation

ggeoffrey
Copy link
Contributor

@ggeoffrey ggeoffrey commented May 12, 2017

This double :require was causing an error and blocking the build when compiling cljs with Shadow Build

ExceptionInfo NS:re-frame.interceptor has duplicate require/use for re-frame.interop clojure.core/ex-info (core.clj:4725)

Merging them into one fixed it.

@danielcompton danielcompton merged commit 6856881 into day8:develop May 14, 2017
@danielcompton
Copy link
Contributor

Thanks!

@danielcompton
Copy link
Contributor

I've just released [re-frame 0.9.3] which includes this fix.

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 this pull request may close these issues.

2 participants