Troubleshooting

This section describes common issues with Typecast and their solutions.

In this section we'll go over some of the common issues encountered with the SDK.

Peer dependencies not matching

If you run into this issue while running the npm install, please try again with the command --legacy-peer-deps, and let us know about the peer dependency that is causing the issue.

Peer dependencies:

Note: the ^ symbol before a peer dependency indicates we support that version of the package and above.

  • react: ^17.0.2

  • react-dom: ^17.0.2

Last updated