Prevent assignment to the
modulevariable.
A value is being assigned to the module variable. The module variable is already used and it is highly likely that assigning to this variable will cause errors.
Use a different variable name:
let myModule = {...}
© 2024 Vercel, Inc.
Licensed under the MIT License.
https://nextjs.org/docs/messages/no-assign-module-variable