After upgrading a react-admin package, you might face bugs where a component can't read another's context. This is caused by 2 conflicting versions of the same package in your dependencies. To fix this: 👉Relax your npm dependencies (~ → ^) and/or 👉Run the dedupe command with your package manager.
2 likes 1 replies
?