We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very odd bug in the blazor wasm code
This the watch of swap.SwapTaker before the method BuildSideSwap1
swap.SwapTaker
BuildSideSwap1
Now inside the method I set some parameters see next image
At this point the call stack is fine (as I except it)
Then in the middle we call to a browser extension that is in javascript/typescript
Then the call stack changes to be returned from the method that calls the javascript
When I come out of the method the values are lost
This is extremally odd I except the object to be passed by ref This is new behaviour I am not sure what changed (upgrade/version)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Very odd bug in the blazor wasm code
This the watch of
swap.SwapTaker
before the methodBuildSideSwap1
Now inside the method I set some parameters see next image
At this point the call stack is fine (as I except it)
Then in the middle we call to a browser extension that is in javascript/typescript
Then the call stack changes to be returned from the method that calls the javascript
When I come out of the method the values are lost
This is extremally odd I except the object to be passed by ref
This is new behaviour I am not sure what changed (upgrade/version)?
The text was updated successfully, but these errors were encountered: