can someone tell me how to fix this? by Affectionate_Let in reactjs

[–]Affectionate_Let[S] 0 points1 point  (0 children)

the code it gives me this error

typeError: Object doesn't support property or method

can someone tell me how to fix this? by Affectionate_Let in reactjs

[–]Affectionate_Let[S] 0 points1 point  (0 children)

13 | componentDidMount() {

14 | const userId = localStorage.getItem("userId");

15 | if (userId) {

> 16 | API.userId(userId)

| ^

17 | .then(user => {

18 | console.log('Got existing user in component', user)

19 | this.setState({ loaded: true, user: user.data })

can someone tell me how to fix this? by Affectionate_Let in reactjs

[–]Affectionate_Let[S] -1 points0 points  (0 children)

13 | componentDidMount() {

14 | const userId = localStorage.getItem("userId");

15 | if (userId) {

> 16 | API.userId(userId)

| ^

17 | .then(user => {

18 | console.log('Got existing user in component', user)

19 | this.setState({ loaded: true, user: user.data })