Ian Del Giudice

Results 3 comments of Ian Del Giudice

> Depending on your needs, you could just pull it from the JSON part of the page, example: > > ```js > .albumRelease[0].musicReleaseFormat > ``` I'm seeing this in the...

Further debugging seems to show that the releases where this is occurring actually do have two `.buyItemPackageTitle` spans inside the release list item. Markup for a result without the issue:...

> You have to replace the import with this : This all worked for me. Saw one more notice, need to update [this line](https://github.com/prisma/blogr-nextjs-prisma/blob/final/components/Header.tsx#L44) to be `if (status) {` now.