Devon Govett
Devon Govett
Drag and drop would have to be more like ListBox, not GridList. Like ListBox, Tabs do not allow interactive children within them according to the aria spec. That means we...
Oh hmm this might be a Node 23 specific issue? It's resolving to the right place (the "source" field) because it is symlinked within your project. Usually Parcel handles compiling...
Yes, it should be using the source file now (that was a recent change) since it is a local plugin in your repo. This avoids needing to build it first....
Want to send a PR for that patch?
Is there a reason you must use native popover rather than the React Aria Popover component? I know it's shiny and new, and maybe we'll eventually support it, but is...
See #10138. But as described there, this is a breaking change for common development workflows so I am hesitant to release it as is. If you have any suggestions, feel...
Probably pnpm is installing multiple instances of `react-server-dom-parcel`...
As far as I can tell, `-webkit-any` and `-moz-any` both also accept a forgiving selector list. https://codepen.io/devongovett/pen/ZEooLPz As for downleveling even further, as far as I can tell, it's not...
Same issue as #459
The crash appears to be happening within the `markdown-rs` Rust crate: https://github.com/wooorm/markdown-rs/blob/dcf8a63faca13d291a98d180fae816dea1b6ed81/src/util/character_reference.rs#L196