Skip to content

Commit 1076a8c

Browse files
AbanoubGhadbanjustin808
authored andcommitted
Update docs/api-reference/configuration.md
1 parent 863d136 commit 1076a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ ReactOnRails.configure do |config|
271271
#
272272
# - :defer (default for non-Pro, recommended): Scripts load in parallel but execute in order
273273
# after HTML parsing. Prevents race conditions where components render before registration.
274-
# - :sync: Scripts block HTML parsing while loading (not recommended, slowest option).
274+
# - :sync: Scripts block HTML parsing while loading (not recommended, slowest option and can still cause race conditions in the non-pro version if the component is hydrated before its SSR-generated HTML appears in the DOM).
275275
# - :async (Pro only): Scripts load and execute as soon as available. Requires Pro's
276276
# immediate_hydration feature to prevent race conditions.
277277
#

0 commit comments

Comments
 (0)