George Bragin
Results
2
issues of
George Bragin
When upgrading from 4.0.0 to 4.1.5, our selectors started to complain about `any` types when we inline our `createSelector` wrapper: - `TS7006: Parameter 'featureA' implicitly has an 'any' type.` -...
When rendering a collection #controller is available only for the first model in a collection. Let's we want to render a list of books: ``` ruby books = [Book.find(1), Book.find(2),...