I’ve recently created a new color token library as part of our Design System, which has now replaced the old one. However, I’m running into some issues with older files.
These files still contain references to the old library (which has been unpublished) alongside the new one. As a result, some components don’t work as intended, even though they’ve been updated to use the new library.
When I pull in brand-new components, everything works fine. The problem only appears with components that were originally linked to the old library, it seems like there’s some sort of conflict going on.
Since we’re talking about hundreds of existing components in the olf files, replacing them all with new ones isn’t really an option.
Is there any advice or best practice for resolving this kind of conflict without having to manually replace every component?