Brightspace / polymer-siren-behaviors

utility library for shared behaviors for building siren resource based web-components
Apache License 2.0
0 stars 5 forks source link

- Updating siren loading behaviours to handle token getter #56

Closed jmurray-d2l closed 4 years ago

jmurray-d2l commented 4 years ago

This commit changed the type of token from string to function by using the new token getter stuff, which caused the loading state to never be updated.

Also as an aside, I am not fully sure how to back port this to 20.19.12 so any help or docs on how to do that would be appreciated