We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API call xhr.js:155 GET http://localhost:10010/board/HkBY6DhwTW 404 (Not Found)
Redux log redux-logger.es.js:652 action cboard/Board/CHANGE_BOARD @ 19:12:06.569 redux-logger.es.js:668 prev state {app: {…}, language: {…}, speech: {…}, board: {…}, communicator: {…}, …} redux-logger.es.js:676 action {type: "cboard/Board/CHANGE_BOARD", boardId: "HkBY6DhwTW"} redux-logger.es.js:684 error TypeError: Cannot read property 'nameKey' of undefined at Board.analytics.js:38 at event-helpers.js:28 at create-events.js:17
redux-logger.es.js:652 action cboard/Board/CHANGE_BOARD @ 19:12:06.569 redux-logger.es.js:668 prev state {app: {…}, language: {…}, speech: {…}, board: {…}, communicator: {…}, …} redux-logger.es.js:676 action {type: "cboard/Board/CHANGE_BOARD", boardId: "HkBY6DhwTW"} redux-logger.es.js:684 error TypeError: Cannot read property 'nameKey' of undefined at Board.analytics.js:38 at event-helpers.js:28 at create-events.js:17
Console Unhandled Rejection (TypeError): Cannot read property 'nameKey' of undefined
` Unhandled Rejection (TypeError): Cannot read property 'nameKey' of undefined (anonymous function) C:/Users/martin/workspace/cboard/src/components/Board/Board.analytics.js:38 35 | const board = nextState.board.boards.find( 36 | board => board.id === action.boardId 37 | );
38 | const boardName = board.nameKey || board.name || board.id; | ^ 39 | const gaEvent = { 40 | category: 'Navigation', 41 | action: 'Change Board',
The text was updated successfully, but these errors were encountered:
martinbedouret
No branches or pull requests
API call
xhr.js:155 GET http://localhost:10010/board/HkBY6DhwTW 404 (Not Found)
Redux log
redux-logger.es.js:652 action cboard/Board/CHANGE_BOARD @ 19:12:06.569 redux-logger.es.js:668 prev state {app: {…}, language: {…}, speech: {…}, board: {…}, communicator: {…}, …} redux-logger.es.js:676 action {type: "cboard/Board/CHANGE_BOARD", boardId: "HkBY6DhwTW"} redux-logger.es.js:684 error TypeError: Cannot read property 'nameKey' of undefined at Board.analytics.js:38 at event-helpers.js:28 at create-events.js:17
Console
Unhandled Rejection (TypeError): Cannot read property 'nameKey' of undefined
`
Unhandled Rejection (TypeError): Cannot read property 'nameKey' of undefined
(anonymous function)
C:/Users/martin/workspace/cboard/src/components/Board/Board.analytics.js:38
35 | const board = nextState.board.boards.find(
36 | board => board.id === action.boardId
37 | );
The text was updated successfully, but these errors were encountered: