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
Real behavior : Every time i switch between tabs selection column adds as last.
I've attached the video below. Thanks!
2023-11-14.20.52.43.mov
UPD
As I understand every new selection column appears since we don't rerender full component, we just pass through our component different prop value so only selection column rerenders. The next code works properly :
I'm using s-tabs-panel for switch between new requests and history tabs (depending on value of current tab i pass different props through component)
Inside KeyRecoveryNewRequestsList (it's the first column) :
Expected behavior : New requests page should have selection table and history page shouldn't.
To display every switch between tabs I added onUpdate hook :
Real behavior : Every time i switch between tabs selection column adds as last.
I've attached the video below. Thanks!
2023-11-14.20.52.43.mov
UPD
As I understand every new selection column appears since we don't rerender full component, we just pass through our component different prop value so only selection column rerenders. The next code works properly :
I guess thats not design system problem, it's depending on design system components usage.
The text was updated successfully, but these errors were encountered: