fix(build): migrate smart config setup and align TypeScript compatibility updates
This commit is contained in:
@@ -523,7 +523,7 @@ export class SioPdfViewer extends DeesElement {
|
||||
this.renderTask = page.render(renderContext);
|
||||
await this.renderTask.promise;
|
||||
} catch (error) {
|
||||
if (error.name !== 'RenderingCancelledException') {
|
||||
if ((error as any).name !== 'RenderingCancelledException') {
|
||||
console.error('Error rendering page:', error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user