Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
C:/reactProject/law_firm_front/src/views/hklegalworks/case/index.tsx
TypeScript error in C:/reactProject/law_firm_front/src/views/hklegalworks/case/index.tsx(12,15):
Expected 1-2 arguments, but got 0 or more. TS2556
10 | export class Default extends SampleBase {
11 | constructor() {
> 12 | super(...arguments);
| ^
13 | this.hostUrl = 'https://ej2services.syncfusion.com/production/web-services/';
14 | this.onLoadDefault = () => {
15 | // tslint:disable