day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 147 forks source link

popover should support a non atom showing? #148

Closed stumitchell closed 3 years ago

stumitchell commented 7 years ago

currently popover-anchor-wrapper and popover-content-wrapper will generate an error if showing? is a value not an atom.

This code should be changed to allow a simple boolean value.

Stu

Gregg8 commented 7 years ago

Would be happy to accept a PR for this ;-)

stumitchell commented 7 years ago

https://github.com/Day8/re-com/pull/153

superstructor commented 3 years ago

Fixed in 00e8645 as a result of #153