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
fix: mark BaseResource as abstract in resource manager initialization (#3893)
This change moves the abstract resource flag to the ResourceManager's initialize method, ensuring that the BaseResource is treated as abstract without requiring developers to modify the BaseResource class directly.
0 commit comments