You’re right that setting the bind: false config is the way to solve this - it changes the views to be “late binding”.
Here’s an explanation of what late-binding views are, and why they are helpful:
You’re right that setting the bind: false config is the way to solve this - it changes the views to be “late binding”.
Here’s an explanation of what late-binding views are, and why they are helpful: