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
Description:
When updating a character build, the "My Builds" page doesn't reflect the changes made. The issue seems to be related to the "MyBuildsApi" redux API not reloading the store when the build is updated.
Steps to reproduce:
Go to the "My Builds" page
Click on "Edit" for a character (redirects to unit builder as intended)
Make changes to the build
Save the updated build
Go back to the "My Builds" page
The updated build is not reflected in the table
Expected behavior:
The "My Builds" page should show the updated build after it has been saved.
Possible solutions:
Find a way to invalidate the "MyBuildsApi" every time a build has been added or updated. This might have issues if the user has multiple browser tabs open.
Load the data every time the page is loaded without caching. This is not an ideal solution as it removes caching, but it does address the underlying issue.
The text was updated successfully, but these errors were encountered:
Description:
When updating a character build, the "My Builds" page doesn't reflect the changes made. The issue seems to be related to the "MyBuildsApi" redux API not reloading the store when the build is updated.
Steps to reproduce:
Expected behavior:
The "My Builds" page should show the updated build after it has been saved.
Possible solutions:
The text was updated successfully, but these errors were encountered: