Skip to content

Commit d3cca17

Browse files
committed
Update clear on unmount docs example.
1 parent 0a55f93 commit d3cca17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/unmounting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Grid from '@material-ui/core/Grid'
2-
import RawComponent from '@docs/raw-component';
2+
import CodeExample from '../../src/components/code-example'
33

44
import ListOfContents from '../../src/helpers/list-of-contents';
55

@@ -16,7 +16,7 @@ When using dynamic forms where more fields share the same name, the value is pre
1616

1717
## Form example
1818

19-
<RawComponent source="clear-on-unmount" />
19+
<CodeExample source="components/clear-on-unmount" mode="preview" />
2020

2121

2222
## Form level configuration

0 commit comments

Comments
 (0)