-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deprecate all functions & types exported from
magicExports
- Loading branch information
1 parent
fb42632
commit 4caa205
Showing
2 changed files
with
68 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"@remix-run/architect": minor | ||
"@remix-run/cloudflare": minor | ||
"@remix-run/node": minor | ||
"@remix-run/react": minor | ||
"@remix-run/server-runtime": minor | ||
--- | ||
|
||
Importing functions and types from the `remix` package is deprecated, and all | ||
exported modules will be removed in the next major release. For more details, | ||
[see the release notes for 1.4.0](https://github.com/remix-run/remix/releases/tag/v1.4.0) | ||
where these changes were first announced. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters