Closed MelvinVermeer closed 3 months ago
This PR Implements the proposed solution from this issue #1524
For my convenience I chose to use the sharedTransactionStorage, but this could be any existing storage, or a new one.
sharedTransactionStorage
This PR also includes a non-breaking package upgrade of rollup-plugin-typescript2 because this was needed to make yarn build work.
rollup-plugin-typescript2
yarn build
Internal Ref: OKTA-750886
@MelvinVermeer This was resolved by #1529 and just released to npm in 7.7.1
7.7.1
This PR Implements the proposed solution from this issue #1524
For my convenience I chose to use the
sharedTransactionStorage
, but this could be any existing storage, or a new one.Extra bits
This PR also includes a non-breaking package upgrade of
rollup-plugin-typescript2
because this was needed to makeyarn build
work.