You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while running getDataFromTree TypeError: Cannot read property 'query' of null
Describe the bug
I tried to use latest dynamic router functionality next to apollo client (just updated next version in with-apollo-auth example). When I use useRouter hook and trying to load page via visiting dynamic page directly from browser (not via client routing) I get an error Error while running getDataFromTree TypeError: Cannot read property 'query' of null. If I use withRouter hoc - everything is ok!