lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
624 stars 52 forks source link

goog.object/extend is deprecated #112

Closed SevereOverfl0w closed 1 year ago

SevereOverfl0w commented 1 year ago

I just found out when looking to be inspired by some helix code: https://google.github.io/closure-library/api/goog.object.html#extend They suggest js/Object.assign instead.