abdullahtellioglu

Results 27 comments of abdullahtellioglu

I see. I still think that this should be reversed in a way that Login view should not be rendered as a child of Layout if not explicitly set autoLayout...

I was not expecting the code above not to work when the value is obtained in ui.access(), but it works when the value is obtained in effect. Those alternatives could...

> The core issue is that there's no way for us to support it in general. Something like this is just impossible for us to detect: Can't StackTraceElements be used...

What would be a good way of tracking opened/closed overlays? Overlay open works as follows, and the detail has the overlay instance ```typescript document.body.addEventListener('vaadin-overlay-open', this.overlayListener); ``` But no equivalent for...

It is not mandatory. React prints warning in dev mode. The key is used for performance optimization to check if the node is updated. https://react.dev/learn/rendering-lists. Adding a key to elements...

The exception happens when I add a key to a loop item and the exception is unclear about what goes wrong https://github.com/user-attachments/assets/0496bfd7-92b6-434a-a1f3-90fa80fb2928

The impact of this issue is very high, the app is unusable, and there is no clear answer as to why from user's perspective