Alexander Chernyi
Results
2
comments of
Alexander Chernyi
Same issue. Works well in example project but when I try to call this method from my project i get the same error.
Solved by putting `?? []` after `self?.getFeedItems()` still don't understand why this is causing the problem though. My getFeedItems method returns `[Layout]` array.