We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de244ad commit f854032Copy full SHA for f854032
src/index.tsx
@@ -62,7 +62,7 @@ export default class RSA {
62
/**
63
* for now we recommend use this in false because is sync
64
*/
65
- static useJSI = true;
+ static useJSI = false;
66
67
private static loaded = false;
68
private static TAG = '[FastRSA]';
0 commit comments