You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TypeScript version (^5.7.2) required by the SDK is incompatible with the default version of React when using react-scripts. Updating TypeScript to match the SDK requirements causes conflicts with react-scripts.
Additionally, the SDK uses permissionless.js, which uses higher version of Typescript. It seems like permissionless.js should be minified or optimized to prevent such issues.
Steps to reproduce:
Create a React app using create-react-app.
Install the SDK.
Attempt to run or build the project.
Expected behavior:
The SDK should work seamlessly with the default React and react-scripts setup.
Actual behavior:
TypeScript version conflicts occur.
Compilations errors are thrown by permissionless.js.
Suggested fixes:
Adjust the SDK to support the default TypeScript version compatible with react-scripts.
Optimize or minify permissionless.js to avoid errors.
The text was updated successfully, but these errors were encountered:
The TypeScript version (
^5.7.2
) required by the SDK is incompatible with the default version of React when usingreact-scripts
. Updating TypeScript to match the SDK requirements causes conflicts withreact-scripts
.Additionally, the SDK uses
permissionless.js
, which uses higher version of Typescript. It seems likepermissionless.js
should be minified or optimized to prevent such issues.Steps to reproduce:
create-react-app
.Expected behavior:
The SDK should work seamlessly with the default React and
react-scripts
setup.Actual behavior:
permissionless.js
.Suggested fixes:
react-scripts
.permissionless.js
to avoid errors.The text was updated successfully, but these errors were encountered: