atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
198 stars 28 forks source link

Same requests are sent multiple time if previous one not resolved #104

Closed chloeleichen closed 2 years ago

chloeleichen commented 2 years ago

See an example with jira-dashboard https://user-images.githubusercontent.com/7508939/140255451-a957acab-0693-40ec-9de5-42cccd8f3a3e.mov

jackbrown commented 2 years ago

Thanks @chloeleichen for the report. I can replicate the issue in this sandbox https://codesandbox.io/s/rrr-replicating-issue-104-lqm0m?file=/src/about/index.tsx

albertogasparin commented 2 years ago

Fixed by #115 and release in v0.19.0