James DiGioia
James DiGioia
I'm getting this error on page initialization with my current types: ```js Uncaught TypeError: [tcomb] Invalid argument props { "type": "THEME_CHANGE", "payload": "{value: String}" } supplied to interface(props, [options]) combinator...
Implemented in accordance with the [RFC][1]. Initial implementation is mostly a copy/paste of `useSWR`, then moved things into arrays so we can handle the list aspect of this correctly. Plenty...
## Description If I have a sentence that contains nested bold & italics, that text is dropped completely from the output. ### Steps to reproduce 1. Create a new collection...
## Summary As a developer I want to customize the inline marks of the rich text editor so that I can support footnotes & other inline elements ### Expected Results...
## Summary As an author, I want to be able to embed other documents in my rich text fields so that I don't have to interweave rich text blocks +...
Subscribing to a circular dep should cause everything to deactivate but doesn't. I don't have a solution to this yet, but if anyone has ideas why this might be happening,...
We maintain types for Flow, but there are TS types in DefinitelyTyped. I have an [open PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/31913) to update them, but I'm wondering if maybe it makes more sense to...
The build currently bundles in `symbol-observable` into the output. This may cause some code duplication if other packages are using it. The downside is the `esm` build would no longer...