Skip to content

v2.0.2

Choose a tag to compare

@ezhlobo ezhlobo released this 16 Apr 10:37
· 18 commits to master since this release

Fixed

  • Fixed using object in attribute values. Following code does not throw error anymore.

    Component(
      iam-object={ one: 'first', two: 'second' }
    )