feat(react): expose stamper, storage and shouldInit params#73
Open
andrascodes wants to merge 2 commits intoandras/refactor-core-use-atob-and-btoa-instead-of-bufferfrom
Conversation
This was referenced Apr 1, 2026
ebacb9a to
da2f27c
Compare
e94d813 to
de941af
Compare
da2f27c to
f3577ac
Compare
de941af to
6e07c19
Compare
This was referenced Apr 1, 2026
6e07c19 to
ca5f62a
Compare
f3577ac to
4a78517
Compare
ca5f62a to
4bcc9a3
Compare
4a78517 to
068598d
Compare
Member
Can you please add more details on not just what is being changed, but also why, for more clarity and context |
068598d to
c1d3e47
Compare
4bcc9a3 to
5b62471
Compare
5b62471 to
529ba6c
Compare
c1d3e47 to
746cf47
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #72. This PR is part of a stack created with Aviator.
mainCloses FS-1927
Passing through the new
wallet-coreoptions (storage, stampers...etc.) towallet-reactas well.Additionally, removing or guarding the usages of
windowinwallet-react- added ashouldInitparam to replace the check for "only init client-side" (still defaulting totypeof window !== "undefined"for now)