Change8

lazy-file@4.0.0

Breaking Changes
📦 remix
1 breaking🔧 4 symbols

Summary

This release removes the `lazy-file/fs` export in favor of the standalone `@remix-run/fs` package.

⚠️ Breaking Changes

  • Removed `lazy-file/fs` export. Users must now import file system utilities from the `@remix-run/fs` package.

Migration Steps

  1. Install the `@remix-run/fs` package if not already present.
  2. Update import statements from `@remix-run/lazy-file/fs` to `@remix-run/fs`.

🔧 Affected Symbols

@remix-run/lazy-file/fs@remix-run/fsopenFilewriteFile