Closed
Description
Vue version
3.4.21
Link to minimal reproduction
Steps to reproduce
Open vue playground then open devtools console and change prod\dev mode
What is expected?
The same behavior is expected in prod and dev mode. Reactive const will be filled in both cases
What is actually happening?
The Reactive constant is filled in dev mode, but always empty in prod
System Info
No response
Any additional comments?
No response