🔧 Refactor sync-file for performance

This commit is contained in:
Andrés Moya 2022-07-07 16:07:34 +02:00
parent 43e0b5cfa5
commit dcf18b3aee
11 changed files with 136 additions and 89 deletions

View file

@ -341,7 +341,7 @@
(ptk/emit!
store
(dwl/delete-component {:id component-id})
(dwl/sync-file (:id file) (:id file))
(dwl/sync-file (:id file) (:id file) :components component-id)
:the/end))))
(t/deftest test-instantiate-component