I'm using the singleton registration ([self bindClass:... inScope:JSObjectionScopeSingleton];) in a JSObjectionModule in my app for quite a while.
After a pod update to version 1.6 the singleton scope is ignored and handled like JSObjectionScopeNormal.
I'm using the singleton registration (
[self bindClass:... inScope:JSObjectionScopeSingleton];) in aJSObjectionModulein my app for quite a while.After a pod update to version 1.6 the singleton scope is ignored and handled like
JSObjectionScopeNormal.