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
Steps to Reproduce:
Expected behavior: The query plan shows up Actual behavior: The query plan is blank and the following error gets printed to the console:
Unhandled Promise rejection: Cannot read property 'getBoundingClientRect' of null ; Zone: <root> ; Task: Promise.then ; Value: zone-node.js:2251 TypeError: Cannot read property 'getBoundingClientRect' of null zone-node.js:2251 TypeError: Cannot read property 'getBoundingClientRect' of null at Object.i [as drawSvgLines] (/Users/mairvine/code/sqlopsstudio/node_modules/html-query-plan/dist/index.min.js:1:1673) at Object.i [as showPlan] (/Users/mairvine/code/sqlopsstudio/node_modules/html-query-plan/dist/index.min.js:1:665) at QueryPlanComponent.set [as planXml] (file:///Users/mairvine/code/sqlopsstudio/out/sql/parts/queryPlan/queryPlan.component.js:36:20) at QueryPlanComponent.ngOnInit (file:///Users/mairvine/code/sqlopsstudio/out/sql/parts/queryPlan/queryPlan.component.js:29:30) at checkAndUpdateDirectiveInline (/Users/mairvine/code/sqlopsstudio/node_modules/@angular/core/bundles/core.umd.js:10822:19) at checkAndUpdateNodeInline (/Users/mairvine/code/sqlopsstudio/node_modules/@angular/core/bundles/core.umd.js:12245:17) at checkAndUpdateNode (/Users/mairvine/code/sqlopsstudio/node_modules/@angular/core/bundles/core.umd.js:12184:16) at debugCheckAndUpdateNode (/Users/mairvine/code/sqlopsstudio/node_modules/@angular/core/bundles/core.umd.js:12887:59) at debugCheckDirectivesFn (/Users/mairvine/code/sqlopsstudio/node_modules/@angular/core/bundles/core.umd.js:12828:13) at Object.eval [as updateDirectives] (ng:///ModuleClass/QueryOutputComponent.ngfactory.js:145:5)
The text was updated successfully, but these errors were encountered:
May be related to #1425
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
Expected behavior: The query plan shows up
Actual behavior: The query plan is blank and the following error gets printed to the console:
The text was updated successfully, but these errors were encountered: