feat(skin): add error dialogs (#603)

This commit is contained in:
Sam Potts
2026-02-25 14:38:57 +11:00
committed by GitHub
parent 78112fbefd
commit ba94f74b91
25 changed files with 1641 additions and 477 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export function renderElement<
element: TagName,
componentProps: UseRenderComponentProps<State>,
params: UseRenderParameters<State, RenderedElementType>
): ReactElement {
): ReactElement | null {
const { className: classNameProp, style: styleProp, render } = componentProps;
const { state, ref, props, stateAttrMap } = params;