threefoldtech / tfgrid-sdk-ts

Apache License 2.0
4 stars 8 forks source link

🐞 [Bug]: logger can't read properties of value #3556

Open amiraabouhadid opened 1 week ago

amiraabouhadid commented 1 week ago

Is there an existing issue for this?

which package/s did you face the problem with?

Dashboard

What happened?

console error from logger accessing undefined.value

Steps To Reproduce

  1. pull development branch
  2. yarn lerna run build
  3. make run project=playground
  4. look for error in console

which network/s did you face the problem on?

Dev

version

current

Twin ID/s

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant screenshots/screen records

image

Relevant log output

[Vue warn]: Error in setup function: "TypeError: Cannot read properties of undefined (reading 'value')"

found in

---> <VBtn>... (16 recursive calls)
       <App> at /home/amira/tfgrid-sdk-ts/packages/playground/src/App.vue
         <AsyncComponentWrapper>
ramezsaeed commented 2 days ago

cannot reproduce. please re-verify