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!
In other browsers and on other versions of Safari there are no problems.
import type { FC } from "react";import { SpreadsheetComponent } from "@syncfusion/ej2-react-spreadsheet";export const Spreadsheet: FC = () => {return (
<SpreadsheetComponent
openUrl="https://ej2services.syncfusion.com/production/web-services/api/spreadsheet/open"
saveUrl="https://ej2services.syncfusion.com/production/web-services/api/spreadsheet/save"
/>
);
};