I have a question about the difference between peerDependencies vs devDependencies in react.
in package.json,
vs
Which one is correct?
Some people says that we need to put them both dependencies, but some people not.
Addtional question:
What if we are using @tanstack/react-table, where should I add it or both?
Thank you.