Skip to content

TypeError: Cannot read properties of undefined (reading 'joinContract') #7

@jahnavi1415

Description

@jahnavi1415

Source
views\HeaderMenu.js (98:29) @ Object.onClick

96 | handleJoinClicked = () => {
97 | var publicKeyBuffer = this.account.getPublicKeyBuffer();

98 | this.contractManager.joinContract(publicKeyBuffer, (resultEvent) => {
| ^
99 | if (resultEvent == Constant.EVENT.ON_REJECTED || resultEvent == Constant.EVENT.ON_ERROR) {
100 | this.setState({isJoinButtonLoading: false});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions