aeternity / aepp-components

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

ae-identiy component in v3 throws an error on use #227

Closed kenodressel closed 5 years ago

kenodressel commented 5 years ago

The ae-identity component throws an error:

[Vue warn]: Error in render: "TypeError: chunks is null"
found in
---> <AeIdentityLight> at src/components/aeIdentityLight/aeIdentityLight.vue
       <AeIdentityBackground> at src/components/aeIdentityBackground/aeIdentityBackground.vue
         <AeIdentity> at src/components/aeIdentity/aeIdentity.vue
           <Confirm> at src/components/Confirm.vue
             <AeMain> at src/components/aeMain/aeMain.vue
               <App> at src/App.vue
                 <Root>

with the code <ae-identity :address="pub" :balance="balance"></ae-identity> with pub = '' and balance = 0

sadiqevani commented 5 years ago

Closing b/c of the PR https://github.com/aeternity/aepp-components/pull/237