Matt Hamlin
Matt Hamlin
It would be nice to be able to pass down some options into autoprefixer to disable/enable certain features like disabling `display: grid` prefixing or enabling `@supports` prefixing.
The (react/jsx-key) rule seems to still warn for instances wrapped with the `React.Children.toArray` utility. This seems to be a bug since React no longer warns about missing keys when wrapping...
From a recent discussion on twitter: https://twitter.com/kentcdodds/status/1026817174717968386?s=20 It would be cool to be able to "import" mdx files without needing to use webpack: API: ```jsx import React from 'react'; import...
Just open sourced this editor: https://github.com/hamlim/react-code-editor That adds support for commenting out the current line and formatting the code, we should swap the internal editor used within this package with...
To provide information for others who may want to contribute, we should have documentation around how to contribute and test changes.
I thought that allowing others to specify the error boundary around the Preview component would work out, however doing that prevents the Preview component from recovering from the error when...
Noticed this both on the codesandbox demo as well as my personal site. When editing code the cursor is not visible. It is visible on the react-simple-code-editor website however. Things...
## Benefit: Future contributors know how to make a new release (and publish to NPM) when necessary ## Deliverable: Add a section to the Contributing guidelines for how the release...
### Summary `importMap` option is not documented on either page for `renderToPipeableStream` nor `renderToReadableStream` ### Page https://react.dev/reference/react-dom/server/renderToReadableStream ### Details After spending a decent amount of time trying to figure out...