Is there a known bug in the react library that the...
# support-questions-legacy
n
Is there a known bug in the react library that the UI is not showing on Safari only on Chrome?
r
Hey @nadilas there is no such known issue. How can we replicate this?
n
I can give you a direct link including the PR implementing supertokens.
r
alright thanks! @porcellus can have a look on Monday
n
🙏🏻
p
hi
I think the issue is that the backend SDK is getting bundled to the frontend.
I'm not a 100% sure why it's getting through treeshaking, but this import path seems to be the problem:
Copy code
api:build: ../../node_modules/.pnpm/supertokens-node@12.0.5/node_modules/supertokens-node/....
api:build: ../../packages/admin/src/config/backend.ts
api:build: ../../packages/admin/src/index.ts
it also inflates your front-end bundle.
n
Thank you @porcellus let me try to get that sorted out