day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

fix: cljs.core/abs replacement warning #370

Closed hugoleodev closed 2 years ago

hugoleodev commented 2 years ago

@superstructor As you mentioned in #369, I changed the strategy to solve the abs replacement warning.

This commit fixes #363

superstructor commented 2 years ago

Thanks @hugoleodev