Nik

Results 14 comments of Nik

``` how does yours work with CSS transitions? ``` It is not supposed to notice transitions though, is it? At least the current draft (https://wicg.github.io/ResizeObserver/) specifies that "observations will not...

Ah it seems I misread, my bad!

IntercomAPI secondary arguments don't get passed through correctly. I've opened a pull request: https://github.com/nhagen/react-intercom/pull/77

We are seeing this issue as well. The issue is still present with `Edge 44.18362.387.0` and `react / react-dom 16.8.4` and `16.11.0`. This issue seems highly related to https://github.com/facebook/react/issues/11768, especially...

**Edit:** I was confused by the result of `getOwnPropertyDescriptor` being different when logged to the console than what it is during the function call. --- ~~It seems that `Object.getOwnPropertyDescriptor(node.constructor.prototype, ...);`~~...

After a bit more testing, it seems that `Object.defineProperty` is indeed at the core of the issue, as it's enough to use the external window's `Object` for that one line....

Whether IE is supported doesn’t seem relevant since this was a (mislabelled?) Edge issue. However, chances are it went away when Edge became chromium based in 2020.

Unfortunately I don't really know any of the technologies very well, otherwise I may have dug into it a bit further. I'm currently more inclined to try and structure my...

I discovered this because we have a monorepo (@nrwl/nx) containing a legacy app among other things. We decided to make our libraries "buildable" and import transpiled code instead. This got...

Following this as we have run into a very similar issue. We have at least one job that was scheduled for 1 hour in the future but kept running every...