Hello,

please don't use Options for this as options will be deep-copied.

Just pass in instances via a separate object or array and don't call 
setOptions on it.

The reason for this is without copying an object (= instance of a class), 
cross-referencing it in different places of your app and modifying it would 
f'ck up your whole app. I think we should add a note in the docs for this. 
Objects and Arrays passed as options always get deep copied :)

Reply via email to