For some reason, I do get one Console log message like this:
sdk.js:16 Invalid option item in the Select Component, make sure each option object has defined "objectId" property, otherwise the option will be skipped
(anonymous) @ sdk.js:16
Not sure how to interpret this - is this to be expected, or am I missing something that would remove those errors from the Console?
That is the strange thing - all objects passed in the list have objectId and name. However, I notice that when I try to debug this by doing some Console printing, the following:
So this is a timing issue then I guess - but how can I control the timing so that this does not fail like it does here? I do the loading on Page Enter now.
No, there are no logs before this. What link can I give you so that you can review this @vladimir-upirov? The app is under development, not published anywhere yet.
I see,
It seems like a bug on our side, we are going to fix it asap.
At this moment ignore the error message, it does not affect the app running, it’s just an error message.
thank you one more time for taking time to share the issue with us
Yes, I have not deleted and recreated the pages in my app using select components, if that is what you mean. Is that what you wanted me to test? If so, is it “just” the select component that must be re-added?