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
While 'data' and 'ordered' do clear, 'queries' and 'composite' (both contain actual data) remain using dispatch({ type: actionTypes.CLEAR_DATA }) and even after unsetting all listeners.
I found no way to clear them other than reloading the page - not very elegant.
The text was updated successfully, but these errors were encountered:
I tested the fix I introduced in PR #421 but it's not actually working - I don't understand the code enough to be able to know why, so if anyone interested in having this solved, and can help fixing it, I'd be happy to get corrected. Thanks.
I tested the fix I introduced in PR #421 but it's not actually working - I don't understand the code enough to be able to know why, so if anyone interested in having this solved, and can help fixing it, I'd be happy to get corrected. Thanks.
It's working now - I forgot to build the package.
benomatis
changed the title
dispatch({ type: actionTypes.CLEAR_DATA }) does not clear 'queries' and 'composite'
dispatch({ type: actionTypes.CLEAR_DATA }) does not clear 'queries', 'composite' and 'cache'
May 2, 2023
benomatis
changed the title
dispatch({ type: actionTypes.CLEAR_DATA }) does not clear 'queries', 'composite' and 'cache'
dispatch({ type: actionTypes.CLEAR_DATA }) does not clear 'queries' and 'composite'
May 2, 2023
While 'data' and 'ordered' do clear, 'queries' and 'composite' (both contain actual data) remain using
dispatch({ type: actionTypes.CLEAR_DATA })
and even after unsetting all listeners.I found no way to clear them other than reloading the page - not very elegant.
The text was updated successfully, but these errors were encountered: