🐛 Fix problem with boolean and children objects

This commit is contained in:
alonso.torres 2022-03-28 17:03:04 +02:00 committed by Andrés Moya
parent 61c111d5ae
commit af22fee0c1
3 changed files with 6 additions and 6 deletions

View file

@ -104,8 +104,9 @@
(update-in state path cp/process-changes redo-changes false)
(catch :default e
(vreset! error e)
(catch :default err
(log/error :js/error err)
(vreset! error err)
state))))
ptk/WatchEvent