How to safely use ScrollViewProxy scrollTo

When using ScrollViewProxy scrollTo, if a "row" the VStack/LazyVStack is expandable and is expanding, it will randomly result in a crash:

[error] precondition failure: setting value during update: 4927752

AttributeGraph precondition failure: setting value during update: 4927752.

Is there a safe way to use scrollTo in such that this does not occur?
This also seems to happen with context menus as well.
How to safely use ScrollViewProxy scrollTo
 
 
Q