Add examples about why writing to a signal during rendering is an issue to the warning message
Add a section about the Writing to signals during a render error
Especially with examples of what happens when filling out forms. It is not clear in which cases the render event occurs and why it can lead to an infinite loop. Examples in the console are not sufficient for a clear understanding of the error.
The writing to signals during a render error is missing examples. You might be seeing examples from the write and read in the same scope error which is the more general version of the error. There is nothing specific to forms in this error, so the examples that are added will probably not contain forms
This is briefly mentioned in the new documentation, but more in depth examples would be useful in the error message itself