Update strict-mode.md (#24)

This commit is contained in:
ReturnedTrue 2024-02-19 21:06:06 +00:00 committed by GitHub
parent d682161c06
commit 3d324cc30b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,6 @@ As well as additional safety checks, Vide will dedicate extra resources to
recording and better emitting stack traces where errors occur, particularly recording and better emitting stack traces where errors occur, particularly
when binding properties to sources. when binding properties to sources.
It is recommend to develop UI with strict mode and to disable it when pushing to It is recommended to develop UI with strict mode and to disable it when pushing to
production. In Roblox, production code compiles at O2 by default, so you don't production. In Roblox, production code compiles at O2 by default, so you don't
need to worry about disabling strict mode unless you have manually enabled it. need to worry about disabling strict mode unless you have manually enabled it.