yes that sorted out the problem. Might be worth ad...
# support-questions-legacy
f
yes that sorted out the problem. Might be worth adding a note to the https://supertokens.io/docs/thirdpartyemailpassword/advanced-customizations/react-component-override/usage section to let users know they will need to change the supertokensConfig file extension from js/ts to jsx/tsx before updating the recipe. Also needed to use /** @jsxImportSource @emotion/react / instead of /* @jsx jsx */ in my case.
3 Views