aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

AeIdentity: Fix default value of 'identity' prop #67

Closed davidyuk closed 6 years ago

davidyuk commented 6 years ago

[Vue warn]: Invalid default value for prop "identity": Props with type Object/Array must use a factory function to return the default value.

found in

---> <AeIdentity>

acdbaykal commented 6 years ago

I tested this with the style guide page. I was able confirm the fix.