Skip to content

Commit f0a1a23

Browse files
authored
Update 1-x-faqs.md
1 parent be32e29 commit f0a1a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/content/docs/1-x-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ avatar menu. After completing that you need to reload the browser and select
118118

119119
## I can't edit my code because of an infinite loop
120120

121-
While we do have infinite loop protection as a [configurable option](https://codesandbox.io/docs/configuration), it's not possible to catch all scenarios where infinite loops can occur, such as with incomplete code. This can cause problems in being able to edit your code to resolve it. In this case, you can append `runonclick=1` to the editor URL to stop the code from being automatically executed e.g. [https://codesandbox.io/s/new?runonclick=1](https://codesandbox.io/s/new?runonclick=1).
121+
While we do have infinite loop protection as a [configurable option](https://codesandbox.io/docs/configuration) it doesn't prevent all scenarios where infinite loops can occur, such as with incomplete code. When this happens, you can append `runonclick=1` to the editor URL to stop the code from being automatically executed enabling you to edit your code to resolve it. For example: [https://codesandbox.io/s/new?runonclick=1](https://codesandbox.io/s/new?runonclick=1)
122122

123123
## How do I cancel my Pro or Patron plan?
124124

0 commit comments

Comments
 (0)