v0.3.1
Fixed
-
Fixed using object in attribute values. Following code does not throw error anymore.
Component( iam-object={ one: 'first', two: 'second' } )
Fixed using object in attribute values. Following code does not throw error anymore.
Component(
iam-object={ one: 'first', two: 'second' }
)