Closed Olster closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
CI is running/has finished running commands for commit 04d07a3ab409eb5b21f2b0d2cc39aa7c99a8f6de. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Current Behavior
Without this fix, the regular expression would replace other modules that have old module name in their name.
E.g.
MapIconModule
containsIconModule
and when migratingIconModule
, the migration would wrongfully updateMapIconModule
toMapIconComponent
.Expected Behavior
Migration changes only the Module/Component that's being migrated.