Hello,
we got a libraries from another team and it’s imported in our company’s folder. The new libraries has new components and styles (dark mode) so I need to swap the old library with the new one.
I created a new branch to avoid ruining the main file and I am planing on merging it when I finish the dark mode library swap and mockups.
Any idea if this will work?
Page 1 / 1
Yes, it should work as long as there are no conflicts in dependencies or component structure. Before merging:
- Test thoroughly in your branch.
- Check for breaking changes in components.
- Ensure styles don’t override existing ones in unexpected ways.
If needed, use feature flags or a staging environment before merging to the main branch.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.