How do you force a cell to re-render?

Hi @asdethprime.

It could be that you need to refetch after a mutation as described here:

RedwoodJS v0.20.0 🚀

It notes:

tl;dr : if things with your App’s CRUD rendering seem broken after upgrading, you’ll need to update the Mutations in your components to use Apollo’s new features like refetchQueries :

5 Likes