Skip to content

Commit

Permalink
Update layout.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Apr 3, 2023
1 parent 9528dd6 commit 95a4951
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/docs/src/pages/getting-started/layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ Determines whether or not the bundling process should start automatically for a

Determines whether or not the component should automatically reload when changes are made to the code. When this prop is set to true, any changes made to the code will trigger an automatic reload of the component, allowing the user to see the changes immediately. However, if this prop is set to false, the component will need to be manually reloaded by the user to see the changes.

Note: The autoreload prop requires that autorun is also set to true, since the bundling process must be running in order for the automatic reloading to work.

<CodeBlock stack>
{`import { Sandpack } from "@codesandbox/sandpack-react";
Expand Down

0 comments on commit 95a4951

Please sign in to comment.