docs(changeset): feat(error-manager): implement centralized error reporting system

This commit is contained in:
2026-02-07 21:11:48 +02:00
parent 7bf94f306a
commit d7b1eb26f3
18 changed files with 806 additions and 187 deletions

View File

@@ -6,7 +6,7 @@ import { fn } from 'storybook/test';
import { FormTest } from './example';
const Renderable = (props: any) => {
const Renderable = (props: unknown) => {
return (
<Box h="100%" mih="400px" miw="400px" w="100%">
<FormTest {...props} />