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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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