mobx-vue icon indicating copy to clipboard operation
mobx-vue copied to clipboard

updated hook not called

Open dmitriyzhirma opened this issue 5 years ago • 3 comments

Updated hook not called after model update

Demo: https://codesandbox.io/s/24ov7q1pnj

dmitriyzhirma avatar Jan 17 '19 16:01 dmitriyzhirma

Updated hook not called after model update

Demo: https://codesandbox.io/s/24ov7q1pnj

Model's change doesn't trigger updated method because it is not in data. Observable data will be directly defined in vm instead of data with function collectData.

marsprince avatar Apr 26 '19 11:04 marsprince

How to determine if a component has been updated? To use the new links $refs.

ya-tmch avatar Jun 05 '19 05:06 ya-tmch

I need notification after update for rendering with three.js. Are there any alternatives?

planaria avatar Apr 09 '20 07:04 planaria