Skip to content

Commit 836e512

Browse files
committed
fix typo
1 parent ff7dfc5 commit 836e512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/upgrading-from-6.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ All the packages in React Navigation now use ESM exports. While it shouldn't aff
527527

528528
- If you are importing internal files from the packages, they might now be restricted by your bundler and it won't be possible to import them directly. You should use the public API instead.
529529
- If you're patching the packages using `patch-package`, `yarn patch` etc., you'll need to patch the built files under `lib/` folders instead of the source files under `src/` as the source files are no longer exported.
530-
- If you're using Webpack, it maybe necessary to enable [`resolve.fullySpecified`](https://webpack.js.org/configuration/module/#resolvefullyspecified) for bundling to work.
530+
- If you're using Webpack, it maybe necessary to set [`resolve.fullySpecified`](https://webpack.js.org/configuration/module/#resolvefullyspecified) to `false` for bundling to work.
531531

532532
## New features
533533

0 commit comments

Comments
 (0)