constructor()

in src/VariableQueryEditor.tsx [44:47]


    constructor(props: Props) {
        super(props);
        this.state = Object.assign(this.defaults, this.props.query);
    }