I'm trying to update to V4 beta, but I'm running into some problems. I'm following https://filamentphp.com/docs/4.x/upgrade-guide
Problems so far:
- Some styles aren't loading. I get no console errors. When I updated to Tailwind 4 (Despite not having custom css) no styles at all (Check images).
- Table widget with a grouped query fails because filamentphp now adds order by primary_key on top of the order (And the primary key isn't in the group by)