You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in here you will get the value of images undefined. Moreover, the message prop on the console is also undefined.
Dev environment info (please complete/provide the following information):
The latest version of the SDK has the problem
To Reproduce
Steps to reproduce the behavior:
Create a custom component as in the example.
Try consoling the images and message prop in the Gallery custom component.
You get undefined consoled.
Expected behavior
It should console and have the images and the message object. Having a context explicitly might solve the issue but I believe the props should have the value too. The props should align against the Typescript too.
Additional context
Nil
Screenshots
Nil
The text was updated successfully, but these errors were encountered:
Describe the bug
The
images
andmessage
prop in the Gallery component is undefined on the console. If we follow the example:in here you will get the value of
images
undefined. Moreover, themessage
prop on the console is also undefined.Dev environment info (please complete/provide the following information):
The latest version of the SDK has the problem
To Reproduce
Steps to reproduce the behavior:
images
andmessage
prop in the Gallery custom component.undefined
consoled.Expected behavior
It should console and have the images and the message object. Having a context explicitly might solve the issue but I believe the props should have the value too. The props should align against the Typescript too.
Additional context
Nil
Screenshots
Nil
The text was updated successfully, but these errors were encountered: