Skip to content

Instantly share code, notes, and snippets.

@JoelMarcey
Created November 17, 2014 22:19
Show Gist options
  • Select an option

  • Save JoelMarcey/96b64f42860dd60227fc to your computer and use it in GitHub Desktop.

Select an option

Save JoelMarcey/96b64f42860dd60227fc to your computer and use it in GitHub Desktop.
flow/js/actions/ChatMessageActionCreators.js:31:5,42: call of method createMessage
Too few arguments (expected default/rest parameters in function)
flow/js/utils/ChatWebAPIUtils.js:41:18,62:3: function
flow/js/components/MessageListItem.react.js:30:46,63: property authorName
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageListItem.react.js:23:14,34: ?any
flow/js/components/MessageListItem.react.js:32:12,23: property date
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageListItem.react.js:23:14,34: ?any
flow/js/components/MessageListItem.react.js:34:40,51: property text
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageListItem.react.js:23:14,34: ?any
flow/js/components/MessageSection.react.js:79:49,70: property name
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageSection.react.js:39:12,17: ?Thread
flow/js/components/MessageSection.react.js:88:23,90:3: function
Too few arguments (expected default/rest parameters in function)
/tmp/flow_joelm/flowlib_29899c85/lib/react.js:35:5,93: function type
flow/js/components/ThreadListItem.react.js:31:23,40: property lastMessage
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/components/ThreadListItem.react.js:36:21,29: property id
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/components/ThreadListItem.react.js:39:38,48: property name
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/components/ThreadListItem.react.js:51:42,61: property id
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/stores/ThreadStore.js:63:21,40: property lastTimestamp
Property not found in
flow/js/stores/ThreadStore.js:39:15,43:1: object type
Found 11 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment