I am trying to update Shopify app bridge react library from 3.7.X to 4.1.X

I have two concerns.
1- How do I ensure the deprecation or removal of dependencies or components are handled like toast, useAuthenticatedfetch, Provider, useNavigate, etc.
2-Should I also update simple @shopify/app-bridge along with @shopify/app-bridge-react(I do not know if it is necessary) one thing to be mentioned here is that the documentation is not detailed to look for the resolution of these issues, if there is a documentation and I am missing out to identify it, kindly attach it’s link.

Hey @App_Bloom ! We have a migration guide that covers your questions here. You will need to manually remove some features that only apply to App Bridge 3.x.x. Once you’ve done that, you no longer need to include @shopify/app-bridge and you only need to include @shopify/app-bridge-react if you are using React components. Otherwise, all the core App Bridge features will come from the CDN script.