Removing .collect(Array) in resetReactiveViews, leads to this runtime error for the ALTER TABLE ADD COLUMN skdb unit test:
Unreachable: Attempt to read field Some<SKStore.File>.value of type _ that cannot be instantiated
Originally posted by @mbouaziz in #766 (comment)
Removing
.collect(Array)inresetReactiveViews, leads to this runtime error for theALTER TABLE ADD COLUMNskdb unit test:Originally posted by @mbouaziz in #766 (comment)