Skip to content

Commit e0164f9

Browse files
authored
Remove initial scope from RN docs (#4851)
1 parent 7167787 commit e0164f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The number of context lines for each frame when loading a file.
312312

313313
</ConfigKey>
314314

315-
<ConfigKey name="initial-scope" supported={["javascript","node"]}>
315+
<ConfigKey name="initial-scope" supported={["javascript","node"]} notSupported={["react-native"]}>
316316

317317
Data to be set to the initial scope. Initial scope can be defined either as an object or a callback function, as shown below.
318318

0 commit comments

Comments
 (0)