Skip to content

JetBrains: Recreate React app when URL or access token changes

Created by: philipp-spiess

Currently, when you change the URL, we will show a stale search result list and you aren't able to submit the search to get a new one since we store this as "already seared for".

To fix the issues, let's just recreate the whole React tree if either the URL or the access token changes.

Test plan

I've walked through the updated scenarios in this loom:

https://www.loom.com/share/f3aef8dbe39e4e5f8db19d445a0a184a

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading