-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
Description
Methods like append and prepend won't drop elem cache as there's a few issues:
-
dropElemCacheQueueis set toundefinedfor custom context here https://github.com/bem/bem-core/blob/v4/common.blocks/i-bem-dom/i-bem-dom.js#L970 but it's expected to be mutated at https://github.com/bem/bem-core/blob/v4/common.blocks/i-bem-dom/i-bem-dom.js#L974 -
Only DOM nodes with
i-bemclass are taken into account here https://github.com/bem/bem-core/blob/v4/common.blocks/i-bem-dom/i-bem-dom.js#L973 -
Only entities mentioned in
data-bemaffect cache (see https://github.com/bem/bem-core/blob/v4/common.blocks/i-bem-dom/i-bem-dom.js#L101).
Reactions are currently unavailable