Matt Burlage
Matt Burlage
I tried this fix, but now get an error message that seems to be the entire resulting JSON from the channel lookup.
So I took a look at the code and I think I've found a fix. Looks like a type mismatch for a piece of the JSON data. The good news...
bumping this. Any chance this can happen?
I'm getting this error too, but not when using something like `aduser.ADUser.from_dn(dn)`
Can this be merged? an issues?
Would it be possible for the component to just _not_ add `fa-rotate-` if it detects `0`? Likewise, not apply a size if `md` is detected for that attribute? Maybe here?...
I suppose you could also just handle this in the object key-value assignments and avoid the extra variables. ``` [`fa-${props.size}`]: ['md', null].includes(props.size), [`fa-rotate-${props.rotation}`]: [0, null].includes(props.rotation), ```