fulcrologic / fulcro

A library for development of single-page full-stack web applications in clj/cljs
http://fulcro.fulcrologic.com
MIT License
1.54k stars 137 forks source link

In use-component, clear prior-props when current-ident changes #512

Closed danieroux closed 2 years ago

danieroux commented 2 years ago

Allows fdn/possibly-stale? to become true.

Without this change, we have seen current-ident changing, prior-props staying the same, and the component therefore never updates.

awkay commented 2 years ago

Good catch! Thanks!

awkay commented 2 years ago

Released in 3.5.16