Angelo Ashmore

Results 68 issues of Angelo Ashmore

## Types of changes - [ ] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) -...

## Types of changes - [x] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature (a non-breaking change which adds functionality) - [ ] Breaking...

### Is your feature request related to a problem? Please describe. `@prismicio/helpers`'s `asHTML()` helper optionally accepts a Link Resolver and an HTML Serializer. ```typescript asHTML(richTextValue, linkResolver, htmlSerializer) ``` - `linkResolver`:...

enhancement

## Types of changes - [ ] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) -...

### Is your feature request related to a problem? Please describe. Rendering a fallback component is a common pattern when a Prismic field is empty. This pattern allows a developer...

enhancement

## Types of changes - [ ] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a non-breaking change which fixes an issue) -...

### Is your feature request related to a problem? Please describe. When using a shared preview link to preview an unpublished document, previewers will see the app's 404 page load...

enhancement

## Context The Next.js slice simulator can throw an error when used in a React Server Component: ``` Uncaught (in promise): Error: Invariant: static generation store missing in revalidateTag _N_T_/slice-simulator...

> [!IMPORTANT] > Do not merge this PR. It is a proof-of-concept. ## Context DT-2008 ## The Solution - Use an alpha version of `@prismicio/types-internal` that includes the `allowCaption` image...

### Is your feature request related to a problem? Please describe. Webpages commonly need to conditionally render content only if a content field has a value. For example, you may...

enhancement