Matt Venables

Results 3 issues of Matt Venables

Next.js supports [React 18](https://nextjs.org/docs/advanced-features/react-18/overview) by default now, but `@twind/next` is defined to max out at `react ^17` I believe the library is compatible with react 18 as-is, so it should...

Cloudflare Pages automatically adds 4 environment variables, as defined in their [docs here](https://developers.cloudflare.com/pages/configuration/build-configuration/#environment-variables). * `CF_PAGES` * `CF_PAGES_COMMIT_SHA` * `CF_PAGES_BRANCH` * `CF_PAGES_URL` To match the other presets, I set all the...

As of 15.0.0-canary.171, next.js defaults to using a promise for the params type. This updates our types accordinglu. See the PR on next.js for more info: https://github.com/vercel/next.js/pull/68812