Chance Strickland
Chance Strickland
@GabrielBianconi I actually think we should leave this as-is for now and show errors in the dialog instead. The action shouldn't trigger a reload if the user input is invalid....
@GabrielBianconi Actually I think this can just be closed since we already addressed the validation flow for this form. Server errors from the form submission now show inline in the...
Please do not leave comments like "bump" and "+1", they are unhelpful. At the moment this project is just me, and I've got a large backlog of issues and need...
Resolved conflicts and merged in https://github.com/radix-ui/primitives/commit/f46e3d6685ee67aebc9b4c574cb515b42d1f5418
This is actually intentional. `Tooltip` is constrained by design to support inline (phrasing) content. Adding support for block content opens up a can of worms for accessibility. I don't think...
Hmm, not entirely sure about the solution here. Having additional wrapping components will produce the same problematic results, no? ```tsx This should be size 4 This should be size 1...
Ah yeah I think I missed that. I'll test locally and follow up as needed 👍
Still on my radar, just backed up with other priorities and need to spend a bit of time testing new features. I know it seems simple enough but unintended regressions...
This isn't anything to do with Radix, rather a larger compatibility issue between React (and many other libraries that behave similarly) and how browsers perform translations. React renders HTML and...
Not really an issue on our part since Radix Themes relies on context by design, and that only works in a single React root. We have no plans to change...