-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
631 frontend connect the policy to sanity #773
631 frontend connect the policy to sanity #773
Conversation
… content, which is displayed on the bookings page
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 |
…ithub.com/UoaWDCC/uasc-web into 631-frontend-connect-the-policy-to-sanity
…out to be displayed above the footer
…orted by either the title or order
…-frontend-connect-the-policy-to-sanity
…ithub.com/UoaWDCC/uasc-web into 631-frontend-connect-the-policy-to-sanity
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'] { when I run yarn dev-client |
client/src/app/bookings/layout.tsx
Outdated
</span> | ||
<Footer /> | ||
</> | ||
) | ||
} | ||
|
||
export default function BookingLayout({ children }: IBookingLayout) { | ||
export default function BookingLayout({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the problem is this default export shouldn't be changed because we are using BookingPolicyStorage
now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to undo all changes to this, have a look at the check builds workflow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're getting a strange error ill see whats causing it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I definitely think there's some issues, as the storybook isn't crashing but doesn't display anything.