medusajs / medusa

The world's most flexible commerce platform.
https://medusajs.com
MIT License
25.92k stars 2.6k forks source link

Docs(Code Issue): "validateAndTransformBody" has wrong import #9810

Closed millansingh closed 2 weeks ago

millansingh commented 2 weeks ago

What Medusa version and documentation are you using?

v2

Preliminary Checks

Issue Summary

The docs are showing importing validateAndTransformBody from "@medusajs/framework/utils". This is incorrect. The correct import is from "@medusajs/framework".

How can this issue be resolved?

No response

Are you interested in working on this issue?

shahednasser commented 2 weeks ago

Nice catch! PR #9820 should resolve this.