prismicio / prismic-react

React components and hooks to fetch and present Prismic content
https://prismic.io/docs/technologies/homepage-reactjs
Apache License 2.0
154 stars 40 forks source link

fix: linting errors #112

Closed angeloashmore closed 2 years ago

angeloashmore commented 2 years ago

Types of changes

Description

This PR adds a missing useMemo dependency in <PrismicToolbar>.

It also ensures .tsx files are linted during CI checks (which caught the missing dependency).

Checklist: