Tanstack Query in separate packages
Hey crew, I've got a project where we have the main repo, and then we have a separate repo that we use for some "common" components to reuse, and we import that as a package into our main repo. Would I be able to use tanstack query hooks in the common components, and then have them work and tie into the query client properly when imported and used into the main repo? Thank you!