From PHP 7.4 Onwards, PHP introduced type hinting for all the properties. Based on the Type Hinting you need to assign proper value to match with that type.
Like, private int $size = 10;
Here 10 is the default value for the $size
variable.
Exception on Browser,
Typed property DataProvider::$loadedData must not be accessed before initialization, Exception in DataProvider.php class.
Continue reading “Typed property must not be accessed before initialization Exception PHP Magento.”