GA4 dimension/metric compatibility

When trying to import data from Google Analytics into Easymorph, I am getting an error saying that the dimensions and metrics are incompatible. However, according to Google’s Dimensions and Metrics explorer these metrics should be compatible. I’m currently running Easymorph v5.3.4.4, but I don’t see that this has been addressed in v5.4 yet. Is this being addressed?

Unfortunately, it looks like these dimensions and metrics are indeed incompatible from a Google Analytics API perspective. This blue notification box is for information only and you can safely ignore it and press ‘Apply’ to proceed and run the Google Analytics query anyway. However, this would result in a similar error being generated by Google:

{
  "error": {
    "code": 400,
    "message": "Please remove dateHourMinute to make the request compatible. The request's dimensions & metrics are incompatible. To learn more, see https://ga-dev-tools.web.app/ga4/dimensions-metrics-explorer/",
    "status": "INVALID_ARGUMENT"
  }
}