-
### What is the issue with the answer?
MutationObserver can't be used to detect size changes. The suggested code will trigger on any change to the style attribute regardless of whether element size i…
-
![image](https://user-images.githubusercontent.com/129371218/228812913-5c075c38-e6ce-4188-bf46-75bf440fe62b.png)
Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'…
-
**Environments:**
- Prettier Version: v2.1.2
- Running Prettier via: CLI
- Runtime: Node v12.18.4
- Operating System: macOS 10.15.7
**Steps to reproduce:**
The following code snippet requi…
jakst updated
4 years ago
-
I think the second change of font triggers the mutationObserver to apply the first change of font again, which then gets stuck in a loop. Possibly 2 mutationObservers are being created, and they fight…
-
Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference.
[Deprecation] Listener added for a 'DOMNodeInsert…
-
[Demo of issue](http://aaronvanston.github.io/Spread-the-Rainbow/)
#### What should happen:
When clicking the button, the titlebar color would change to the text color of the button.
#### Wha…
-
Every core component could have a clientlibrary associated with it, that should contain code to instantiate the JS/dynamic part of the component.
I noticed that a MutationObserver pattern is intro…
-
Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from browser…
-
When I have both PostHog Toolbar and React Query DevTools in my application, toggling Feature Flags stop working.
-
This is a dicey one...
Apparently, having MutationObservers active from two separate scripts is not possible - enabling/disabling RES breaks/unbreaks this functionality, and all sorts of monkeying ar…