Open
Description
Version
2.6.11
Steps to reproduce
Just cross-linking the issues here, it was opened in core-js repo:
zloirock/core-js#814
The reproduction is not easily doable as it requires a Samsung Tizen 2016 device (which I have because I develop specifically for TVs).
What is expected?
UI updates correctly after events
What is actually happening?
UI will only update if another task is queue.
In the nextTick implementation there's a check for isIOS
to trigger an extra setTimeout
which, while hacky, works also for Tizen 2016.
Perhaps a PR could be made adding an exception for Samsung Tizen as well?