fulcro-troubleshooting
fulcro-troubleshooting copied to clipboard
Join data detection seems confused by Link Queries
It seems to report missing data for a join query join even if the data is present. See the example here https://blog.jakubholy.net/2020/fulcro-divergent-ui-data/#_link_query
This might me fixed now when I switched to eql/query->ast instead of a DIY impl.