The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I have created a custom taxonomy to be used with a created custom post type. On my site I get the posts connected to a category, wich works fine. But when getting posts with the custom taxonomy it gets ALL posts from my custom post type, instead of just those that have the taxonomy selected.
if I fetch for example state.source["case-categories"][17] I expect to only get the relevant “kundcase” posts, instead i get back ALL the posts from “kundcase”
Can you provide a link to a repo with your code so we can see your code and clone your project if necessary. Is your WordPress API publicly accessible? Please see here for the kind of information that it’s useful to provide to help others to help you.