Extract to component should only bring in required imports
Open
Area-Razor
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
From https://github.com/dotnet/razor/pull/11019/files#r1800400779
Right now it brings in the same set of imports as the original document. It's possible (and likely) that some of those are not needed in the new component.
Contributor guide
Assessment
This issue has not been assessed yet.