index.android.map parse fail cause new.target
not suppot
#8848
Labels
Resolution: Locked
This issue was locked by the bot.
new.target
not suppot
#8848
import {Component} from 'react';
export default class BaseScreen extends Component {
constructor(props) {
super(props);
if (new.target === BaseScreen) {
throw 'BaseScreen can not instantiation';
}
}
}
index.android.map parse fail cause
new.target
not suppotThe text was updated successfully, but these errors were encountered: