TypeError: Cannot read properties of undefined (reading 'uri')
VM1803:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'uri')...Hey everyone, I need some help to upload image

Call extra item action after add repeater item
Export Action Custom Values
Table add multiple headers

Test Section header action
Custom async alpine component field with vite and without panel
app.js file i register the component.
```js
import {Livewire, Alpine} from '../../vendor/livewire/livewire/dist/livewire.esm';
import AsyncAlpine from 'async-alpine';
import './bootstrap'...Does filament add a default orderBy to relation manager queries?
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'order clause'
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'order clause'
->defaultSort('address_id')
->defaultSort('address_id')
Datetime picker always casting the state to carbon
(Repeater) Set other toggles to false when a toggle is set to true
fixIndistinctState() method?
https://filamentphp.com/docs/4.x/forms/repeater#automatically-fixing-indistinct-state...How to manage roles from multiple panels
How to close a modal with EditAction?
Weird issue with reorder button on test/prod, but not on localhost.

Extend group action label

->topbar(false) is causing sidebar header to be display: none
Query string table filters do not work with custom pages and HasTable.
[BUG] Dutch valid phone number fails in TextInput `->tel()` regex
+31(0)6-57999009 is generated by faker and is a valid phone number format in The Netherlands. But my test fails sometimes because the regex does not accept this format....Disable observeTenancyModelCreation
Resource::observeTenancyModelCreation()?
I tried setting $isScopedToTenant = false, but that didn’t seem to do anything.
...Call action on page load, but with action button hidden
Modify global search query
public static function getGlobalSearchResults(string $search): Collection to have complete control over the results.