You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Pharo 10 with Seaside v3.4.8 and MDL v2.2.1
This is because when there is a loading error class initialize are not executed so singleton are returning nil
It would be better to protect them with ifNil: self initialize.
The text was updated successfully, but these errors were encountered:
In Pharo 10 with Seaside v3.4.8 and MDL v2.2.1
This is because when there is a loading error class initialize are not executed so singleton are returning nil
It would be better to protect them with ifNil: self initialize.
The text was updated successfully, but these errors were encountered: