React doesn't have emailverification module?
# support-questions-legacy
c
React doesn't have emailverification module?
This: import EmailVerification from 'supertokens-auth-react/recipe/emailverification'; gave an error: Module not found: Can't resolve 'supertokens-auth-react/recipe/emailverification'
r
The latest version does. Maybe you are using an older version
c
Ah ok
r
And if you are upgrading to the latest version of the frontend SDK, also be sure to upgrade the backend SDK to the latest version
c
Will do