Marie-Laure Thuret

Results 43 comments of Marie-Laure Thuret

Hi @shalomvolchok, Why not using another `` to display those records? You'll need to add a `featured` attribute on them and configure your second instance to actually retrieve only items...

How often those `featured` items are changing? To me it can be dynamic, the same way you'll have to know the objectId on the front-end side, you can actually update...

@Haroenv I didn't know that we could filter by objectID, I thought it was not working. That's cool! Then I think @shalomvolchok that you can also skip the Configure +...

I think I was a little too fast here... indeed you can't use the multi indices API because its made to target different indices. In your case you should use...

That's cool @shalomvolchok! Happy coding :)

Awesome @Kikobeats! Great example that others can follow! We might still want to add a widget that will hide a bit this :)

Alright so each suggestion should contain their `sectionType`. Thanks!

Hi @lc3t35, did you try to run the same test but without the specs addon? I mean using only jest and enzyme for example? Did you have the same error?