Skip to content

Commit 7cd0aa1

Browse files
committed
docs(website): add workaround against docusaurus bug with BrowserOnly
Docusaurus seems to merge de "fallback" style with the browser-rendered component.
1 parent 839ed18 commit 7cd0aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/components/TryOnExpo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const TryOnExpo = ({ label, className }) => {
5959
return (
6060
<BrowserOnly
6161
fallback={
62-
<div style={{ width: 160, height: 10 }} className={className} />
62+
<div style={{ width: 160, height: 322 }} className={className} />
6363
}>
6464
{() => (
6565
<div

0 commit comments

Comments
 (0)