Fixed in 1.2.2.
From my understanding, the part that should be immutable is the props object itself. Using a proxy with mutations as a prop value seems fine.
But something that should not be done is to mutate during render.
Mutating the proxied object in an event should be fine.
Codesandbox example: playground.