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
It seems that there is a lack of support for ES2020+ syntax on the business side. You can try upgrading the babel configuration for compatibility or use the commonjs version we provide.
./node_modules/@flowgram.ai/utils/dist/esm/index.js 1769:48
Module parse failed: Unexpected token (1769:48)
File was processed with these loaders:
You may need an additional loader to handle the result of these loaders.
| }
| } else if (autoDelete) {
| if (cache.length - count > deleteLimit) {
| const deleted = cache.splice(count);
The text was updated successfully, but these errors were encountered: