Closed Jomik closed 6 years ago
We need to set attributes from props.attrs & attributes in props before we set behaviors. Simple way of doing it is looping over the keys in props, check against a list of known keywords, then reuse previous code.
props.attrs
props
Merging #72 into master will increase coverage by 0.06%. The diff coverage is 100%.
0.06%
100%
100% <100%> (ø)
We need to set attributes from
props.attrs
& attributes inprops
before we set behaviors. Simple way of doing it is looping over the keys inprops
, check against a list of known keywords, then reuse previous code.