Janealter

Results 5 comments of Janealter

I got the same problem. This is because the `body` passing is a new functionality that is not available in V1. See https://github.com/actions/create-release/pull/11

I've figured out that it's because `dexie-react-hooks 1.1.1` isn't compatible with `dexie 3.2.0`. With `dexie 3.2.0` you should use `dexie-react-hooks 1.0.7`. I think this information should be explicitly described in...

As I tested, this is because my config contains ``` import bundleAnalyzer from '@next/bundle-analyzer'; const withBundleAnalyzer = bundleAnalyzer({ enabled: process.env.ANALYZE === 'true', }); ```

I think this PR solves the issue - https://github.com/actions/configure-pages/pull/161

I created a new action from this MR as a temporary solution - https://github.com/marketplace/actions/configure-github-pages-next-js-wrapped-config-support