json_table icon indicating copy to clipboard operation
json_table copied to clipboard

The provided ScrollController is currently attached to more than one ScrollPosition.

Open mnn-softjoy opened this issue 3 years ago • 0 comments

In my page I have a row with containing two widgets. One table widget and one form widget. The form widget has a ListView to enable scrolling in the form. primary is set to false.

The other Widget is a ContainedBox with a JsonTable as child. Everything works perfectly. I only got the exception

════════ Exception caught by animation library ═════════════════════════════════ The provided ScrollController is currently attached to more than one ScrollPosition. ════════════════════════════════════════════════════════════════════════════════

in the debug console when I scroll in the table. Removing the table removes the exception.

mnn-softjoy avatar Feb 15 '22 15:02 mnn-softjoy