Replies: 2 comments
-
Seems to work fine in our playground: |
Beta Was this translation helpful? Give feedback.
-
@simyco Could you delete your I've tested it with the newest beta version and haven't encountered this Problem. Since there neither was an update to any dependency relating to this problem, this could mean its either a configuration problem or probably a conflicting dependency in your project file IMHO, hence why you should try to reinstall with If the problem continues to exists after these measures, please provide a reproduction demo (Stackblitz) and your current Environment (NPM Version, Node Version, Typescript Version, etc.). |
Beta Was this translation helpful? Give feedback.
-
Which @ngneat/query-* package(s) are the source of the bug?
query, devtools
Is this a regression?
Yes
Description
Description:
After updating from version 2.0.0-beta.7 to 2.0.0-beta.8, the DevTools interface opens as expected, but it's not displaying any queries. This issue was not present in the previous beta version (2.0.0-beta.7), and it seems to be directly related to the update to beta.8.
Steps to Reproduce:
Update from version 2.0.0-beta.7 to 2.0.0-beta.8.
Open DevTools.
Attempt to view queries.
Expected Behavior:
DevTools should display queries as it did in version 2.0.0-beta.7.
Actual Behavior:
DevTools opens, but no queries are displayed.
Attempts to Resolve:
I tried reverting back to 2.0.0-beta.7, and DevTools worked as expected.
Clearing browser cache and cookies.
Checking for any console errors (none found).
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions