Michael Romashov
Michael Romashov
It would be really convenient if the connection to the tracker can be initiated via an npm package import instead of a `script` tag (similarly to how `react-devtools` does it)....
Fixes #1251 Fixes #3375 Fixes #3292 Adds the `validateAfterSubmit` prop to ``. This will prevent form validation until after the first submission attempt, where it will then follow the logic...
### Description Seems as though the link line wrapping no longer respects the block width in release 0.4.0. In previous versions it would break the links with dashes, but it...
### Describe the bug I seem to get some nasty internal errors when attempting to bundle a module that imports anything from an external dependency (such as ones obtained through...
Hello! I was creating a custom extension that uses an `InlineProcessor` to implement custom escape logic. This is what the function and class signature look like: ```py class EscapeInlineProcessor(InlineProcessor): def...