Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove singleton scope from certain classes
The previous implementation made use of the singleton scope for the RowInterface, RowListInterface, and InvokeInterface. This change removes this scope, allowing new instances of these classes to be created each time they are needed. This may improve flexibility in certain use cases and can prevent potential issues related to state persistence across multiple uses.
- Loading branch information