Very odd bug in the blazor wasm code
This the watch of swap.SwapTaker before the method 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)?
Very odd bug in the blazor wasm code
This the watch of
swap.SwapTakerbefore the methodBuildSideSwap1Now 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)?