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
I think there is a typo in the Cryptr React sdk in the README.md. Not a big deal, but can be confusing sometimes :)
importReact,{ReactElement}from'react'import{BrowserRouterasRouter,Route}from'react-router-dom'// import from cryptr SDKimport{CryptrProvider}from'@crypptr/cryptr-react'<-here,shouldbe'cryptr'constconfig={/*... your config */}constAppContainer=(): ReactElement=>{return(<Router>
// your routes
</Router>)}constApp=(): ReactElement=>{<CryptrProvider{...config}><AppContainer/></CryptrProvider>}returndefaultApp
The text was updated successfully, but these errors were encountered:
Hello Cryptr team 👋
I think there is a typo in the Cryptr React sdk in the README.md. Not a big deal, but can be confusing sometimes :)
The text was updated successfully, but these errors were encountered: