juxt / bidi

Bidirectional URI routing
MIT License
991 stars 92 forks source link

MapEntry conflict due to prismatic/schema #164

Open njordhov opened 7 years ago

njordhov commented 7 years ago

Building with clojurescript 1.9.671 leads to aborted execution on node after compilation warning:

->MapEntry already refers to: cljs.core/->MapEntry being replaced by: schema.core/->MapEntry

Remedy by upgrading prismatic/schema dependency to the latest release (1.1.6).

malcolmsparks commented 7 years ago

Thanks for this - we'll do the upgrade for the next release