omcljs / om

ClojureScript interface to Facebook's React
6.65k stars 364 forks source link

Update renamed clojurescript fn #914

Open jimberlage-reify opened 4 years ago

jimberlage-reify commented 4 years ago

A change to cljs.core renamed the warn-and-update-protocol fn, which om relies on via a macro. The clojurescript commit simply changes the name to update-protocol-var, so this commit in om does the same.

@swannodette would appreciate your thoughts - this unblocks clojurescript upgrades on om.next projects, so I'd love to see it in!