Can't get value from data in production mode
Version
3.0.0
Reproduction link
https://github.com/dxvladislavvolkov/vue3-issue
Steps to reproduce
- Clone the repo
- Run npm i
- Run npm run build
- Run project from the dist folder
- Click to button and see the console. You will get an error
What is expected?
I want to get the value from data
What is actually happening?
I get an error when trying to get value
It happens when I have a base component with data and provide. I extend another component with the base component.