mgubaidullin commented on PR #510: URL: https://github.com/apache/camel-karavan/pull/510#issuecomment-1299473016
You could to a re-try like this as a temporary workaround to make it work: ``` toPng(this.state.printerRef.current).then(v => { toPng(this.state.printerRef.current, { style:{overflow:'hidden'}, cacheBust: true, filter: this.IntegrationDownloadFilter, height:this.state.height,width:this.state.width, backgroundColor: this.props.dark?"black":"white" }).then(this.downloadIntegrationImage); }); ``` And then investigate the why it does not do it correct for the first time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org