How to show a message if a Hygraph Fetcher query doesn’t return content?
You would need to set the noAutoRepeat prop, which will let you treat the Fetcher as a pure data provider. And then you can set the message’s visibility to a dynamic value that looks at whether the data is empty. LMK if that helps!
I understand what you’re saying in principle, but can’t seem to get it working in my project