The PR fixes the issue when issuing a token creates multiple instances.
This was a strange bug as it did not happen in dev mode. But was due to using the ... operator to combine array instances which then had the same reference with the defaultTokens object.
The PR fixes the issue when issuing a token creates multiple instances.
This was a strange bug as it did not happen in dev mode. But was due to using the ... operator to combine array instances which then had the same reference with the defaultTokens object.