You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, let's say I'll just write the derive/encodeElems/encodeElem method directly in my summoning macro (I'm just copy-pasting those methods from above):
minimized code
Say that I create a simple CSV encoder like this:
I want to be able to use this encoder in a simple macro that will summon whatever mirror is needed from the environment:
... but then when I use it, it just returns an empty string:
expectation
Now, let's say I'll just write the derive/encodeElems/encodeElem method directly in my summoning macro (I'm just copy-pasting those methods from above):
Then when I call it, it actually returns the right thing:
How come it works normally here but when I try to pass it into the EncodeCsv helper it returns an empty record???
The text was updated successfully, but these errors were encountered: