-
Notifications
You must be signed in to change notification settings - Fork 0
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
Render Contentful rich text content #22
Conversation
e76a8ea
to
9091841
Compare
fe05198
to
bb8019d
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
declare global { | ||
/* eslint-disable-next-line @typescript-eslint/no-namespace */ | ||
namespace Vi { |
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.
This will need to be updated if we merge the vitest dependency update (#105) first.
0ee2420
to
460dbf6
Compare
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.
Got a few comments / questions (all of which are probably not blockers), but this looks good! Excited to plug in our CMS content and see the magic happen.
src/lib/components/ContentfulRichText/__tests__/documents/markdown-document.md
Show resolved
Hide resolved
src/lib/components/ContentfulRichText/__tests__/documents/.generate-documents-from-markdown.cjs
Outdated
Show resolved
Hide resolved
5026cb6
to
ce4d64f
Compare
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.
Latest changes all look good! I have one more minor suggestion but I think this is good to go!
Coverage after merging benaiah/render-contentful-content into main will be
Coverage Report
|
Reports for unit and end-to-end tests of 1b2a12a have been committed to the You can view the unit test coverage report, the end-to-end test report, and the bundle visualizer once changes have propagated (this may take a few minutes). |
Jira ticket: LDAF-211
Proposed changes
ContentfulRichText
component that renders regular Contentful rich text./test-contenful-content
that uses theContentfulRichText
component.Screenshots
Screenshot is of the Contentful rich text preview page.
Acceptance criteria validation