-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
🖥️ frontendRelated to the Vue/JS portionsRelated to the Vue/JS portions🪲 bugSomething isn't workingSomething isn't working
Description
Describe the bug
Console error is produced when clicking on the "+" icon to add an inline comment.
index.ts:101 Uncaught (in promise) ApolloError: Variable "$comment_ids" got invalid value null at "comment_ids[0]"; Expected non-nullable type "ID!" not to be null.
at new ApolloError2 (index.ts:101:10)
at QueryManager.ts:301:19
at both (asyncMap.ts:32:15)
at asyncMap.ts:17:49
at new Promise ()
at Object.then (asyncMap.ts:17:16)
at Object.next (asyncMap.ts:34:39)
at notifySubscription (module.js:132:18)
at onNotify (module.js:176:3)
at SubscriptionObserver2.next (module.js:225:5)
To Reproduce
Steps to reproduce the behavior:
- Go to submission
- Open the dev console (Shift-Ctrl-I)
- Highlight Text
- Click the "+" button to add an inline comment.
- Observe console error
Expected behavior
No console error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🖥️ frontendRelated to the Vue/JS portionsRelated to the Vue/JS portions🪲 bugSomething isn't workingSomething isn't working