thread attribute scope needs to be headlessly accessible
Description
We had just stuck a struct called attributes in the thread local scope so attributes.myVar worked, but in reality, just myVar needs to work as well, so the attributes scope needs to be a real-live scope and not a workaround.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
We had just stuck a struct called
attributes
in the thread local scope soattributes.myVar
worked, but in reality, justmyVar
needs to work as well, so the attributes scope needs to be a real-live scope and not a workaround.