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
To reproduce : run the trame-grid-layout README example. In the browser, the grid is not shown, and the program prints an error : 'int' object is not iterable with trame-client 2.14.0 (works fine with trame-client 2.13)
My understanding is that the property set for GridLayout, in the script, row_height=20, is translated by trame-client when it should not be (because it's not a string, hence not iterable). This change may be the problem here
The text was updated successfully, but these errors were encountered:
To reproduce : run the trame-grid-layout README example. In the browser, the grid is not shown, and the program prints an error :
'int' object is not iterable
with trame-client 2.14.0 (works fine with trame-client 2.13)My understanding is that the property set for GridLayout, in the script,
row_height=20
, is translated by trame-client when it should not be (because it's not a string, hence not iterable). This change may be the problem hereThe text was updated successfully, but these errors were encountered: