taylorSando
taylorSando
One thing you can do is override om's protocol if you are using a record: (defrecord RecordTest [x y] om/IToCursor (-to-cursor [value state path] value)) I think this will only...
You may have to stop om from importing react. ;; Also when importing om [om "X.X.X" :exclusions [cljsjs/react]] You also need to create a local file in your source directory:...
https://gist.github.com/taylorSando/9f779d58a34939e38f8b You still have to include the javascript and css files in the html.