Tanner Stirrat

Results 157 comments of Tanner Stirrat

I've seen this as well. We also see `Cannot read property 'ownerDocument' of null`, which seems to be related somehow - cleanup isn't done by the time the component unmounts,...

We migrated to [`rc-slider`](https://www.npmjs.com/package/rc-slider). It's got a bigger overall bundle size, but it's tree-shakeable and under active development.

Anecdotally, a similar change in our codebase resulted in a lower error rate.

I'm not done with this, but I've pushed where I've gotten so far. On master, the error behaviors aren't actually tested. The `expect` statements inside of the `setTimeouts` are never...

... The fact that tests passed is concerning to me. I don't think they should have. [EDIT]: Ahh, I didn't see that it's only showing the security test right now.

Sorry, it very much fell through the cracks. I'll see if I can have another go at it in the next week.

@Hudsonzp are you testing based on inspecting source? Inspecting source only shows you what's come from the server, so you won't see any of the JSON-LD stuff if you go...

[There are ways to make synchronous calls asynchronous](https://stackoverflow.com/questions/44745642/wrapping-synchronous-requests-into-asyncio-async-await). Async and synchronous functions in python aren't interchangeable from what I understand - making this library async-compatible would break it for the...

I like that idea. I haven't seen another library that I like as much as this one, and I'd hate to see it die. Any way I can help push...

As far as I know, a field that's `pristine` won't have `syncError`s attached to it. What's the issue you're running into? For example, if you have a field with `required`...