Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sourcemaps for internal client boundaries
We used to manually insert `use client` where SWC strips it. This caused sourcemaps to be off by one line. The underlying issue in SWC is fixed so we can remove the workaround and fix sourcemaps for internal files with a `use client` directive.
- Loading branch information