Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit e00d807

Browse files
enable polyfill for findLastIndex in tauri (#784)
1 parent 813b1ef commit e00d807

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/desktop/src/main.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom/client';
3+
import polyfills from '../../../client/src/utils/polyfills';
34
import App from './App';
5+
polyfills();
46

57
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
68
<React.StrictMode>

0 commit comments

Comments
 (0)