BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

Images do not take in values properly when rendered within a rowAddOn #147

Closed j769chen closed 6 months ago

j769chen commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Create a row addOn
  2. in the rowAddOn, add an image module, i.e. image

Expected behavior The image should have the src that is provided in the handler: image

Current Behaviour: image

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

j769chen commented 6 months ago

Resolved:

Inside of rowAddOns all attributes are just declared directly, no need to use value block.