You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should be able to load dependencies using the import syntax (ES6 module)
Actual behavior
I can only use the require syntax (CommonJS)
Failure Logs
An error occured while computing the Forest schema. Your application schema cannot be synchronized with Forest. Your admin panel might not reflect your application models definition. Cannot use import statement outside a module
Context
There's no issues using the import syntax everywhere, but when used in the forest folder, it doesn't build.
Package Version: 8.5.3
Express Version: 9.4.4
Sequelize Version: 6.19.0
The text was updated successfully, but these errors were encountered:
Expected behavior
I should be able to load dependencies using the import syntax (ES6 module)
Actual behavior
I can only use the require syntax (CommonJS)
Failure Logs
An error occured while computing the Forest schema. Your application schema cannot be synchronized with Forest. Your admin panel might not reflect your application models definition. Cannot use import statement outside a module
Context
There's no issues using the import syntax everywhere, but when used in the forest folder, it doesn't build.
The text was updated successfully, but these errors were encountered: