madvas / cljs-react-material-ui

Clojurescript library for using material-ui.com
Eclipse Public License 1.0
205 stars 32 forks source link

Inconsistent package name in cljs-react-material-ui.chip-input.reagent #41

Closed njordhov closed 6 years ago

njordhov commented 6 years ago

cljs-react-material-ui.chip-input.reagent requires [cljsjs.material-ui-chip-input] yet cljsjs/material-ui-chip-input 0.17.0-0 says to require the package with:

(ns application.core
  (:require material-ui-chip-input))`
madvas commented 6 years ago

Yes, this will be fixed in next release. When those PRs will be merged: https://github.com/cljsjs/packages/pull/1335 https://github.com/cljsjs/packages/pull/1336

njordhov commented 6 years ago

Thank you for resolving this issue. I see the cljsjs/packages PRs has been merged now.