Closed Kartik-M24 closed 2 weeks ago
This is how the policies are set up
Visit the preview URL for this PR (updated for commit a022528):
https://uasc-ceebc--pr773-631-frontend-connect-hmaib0js.web.app
(expires Wed, 23 Oct 2024 01:23:11 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa
This is how TabsContent.story.tsx looks rn
I'm now coming across a new error:
⨯ [Error: ENOENT: no such file or directory, open 'C:\Users\karti\uasc-web\client.next\server\app\bookings\page\app-build-manifest.json'] { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'C:\Users\karti\uasc-web\client\.next\server\app\bookings\page\app-build-manifest.json' }
when I run yarn dev-client
Hey @bcho892 , sorry just saw the email, this is what it looks like on studio, is there any additional stuff I have to add the code to make it work?
Hey @bcho892 , sorry just saw the email, this is what it looks like on studio, is there any additional stuff I have to add the code to make it work?
If thats the case i think its ok to merge if you don't want to fix it now, because techincally this is not too related to your issue, however if you want to fix it you should check the styling with inspect element and see if there is something in the tailwind (or global css) config that is stopping it from displaying properly. (Also make sure that the PortableText
thing is actually rendering the ol
ordered list properly)
I definitely think there's some issues, as the storybook isn't crashing but doesn't display anything.