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
Description Due to the refactor from #1296, a bug has been introduced in 4.3.6 and the suggestions has stopped working.
Steps to reproduce
devToolsCtrl.js:497 Uncaught TypeError: Cannot read properties of undefined (reading 'destructureGroup') at getDictionary (devToolsCtrl.js:497:20) at devToolsCtrl.js:783:15 at CodeMirror.showHint (show-hint.js:43:38) at CodeMirror.commands.autocomplete (devToolsCtrl.js:252:20) at CodeMirror$1.execCommand (codemirror.js:12602:32) at devToolsCtrl.js:210:14 at signal (codemirror.js:1637:19) at signalDOMEvent (codemirror.js:1653:5) at CodeMirror$1.onKeyUp [as triggerOnKeyUp] (codemirror.js:10728:5) at HTMLTextAreaElement.<anonymous> (codemirror.js:11953:22)
Screenshots
The text was updated successfully, but these errors were encountered:
AlexRuiz7
Successfully merging a pull request may close this issue.
Description
Due to the refactor from #1296, a bug has been introduced in 4.3.6 and the suggestions has stopped working.
Steps to reproduce
Screenshots
The text was updated successfully, but these errors were encountered: