Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear component cache in unload_main method of SmartEnv class
- Added a line to reset the `_components` property to an empty object in the `unload_main` method, ensuring that the component cache is cleared when unloading collections and options. - This change improves memory management and prevents potential issues related to stale component references during the unloading process.
- Loading branch information