docs(changeset): feat(error-manager): implement centralized error reporting system
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user