Don't see hints from GraphQL introspection

It looks like Yaak has a problem with bigger schemas. I can seen introspection in console, but the client doesn't show any hints when I'm typing queries.
MacOS Sonoma 14.5
Yaak: version 2024.6.4 (20240613.141117)

Any chance you have an endpoint to reproduce with?
Gregory Schier It's different project (smaller), but with the same problem.
Hmm, I can't seems to reproduce this so perhaps the app is getting in a weird state instead of the endpoint being the problem. Pressing Ctrl+Space correctly shows the hints. I will take some time and see if I can reproduce.
Gregory Schier I've tried to place it to new workspace. Still same. Smaller schemas work fine.
jonas Is there any chance your computer is low on disk space? The schema is stored in localStorage so it might be that your webview has a lower max capacity for LocalStorage than mine. I'll change the storage engine for this in the next release
Gregory Schier Shouldn't be.
jonas It might still be the issue. I'll try getting a beta out tomorrow for you to test against.
jonas Can you try the latest beta to see if that fixed it? You can switch the update channel to "beta" within the app settings.
Gregory Schier It helped! It's working with beta. Thanks 🙏
jonas awesome, thanks for helping me fix that one! It's been an issue for a while
Gregory Schier Happy to help!
https://yaak.app/blog/2024.7.0