Get the latest build, build it, install it. I get a failure rendering the admin pages because data.inventory_count is not available
I worked around it now by setting data.inventory_count to a placeholder value before returning the data from the useProducts() function. Did the return value for /api/products change, or am I perhaps missing some setup step?