Build failed_Assignment to an import specifier is not allowed #9018
-
Hello, I need help. I have Build failed /home/runner/work/masseur_website/masseur_website/src/js/handlers.js:26:3
Error: Process completed with exit code 1. I use the named export, I don't understand what the problem is, all the paths are written correctly |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The error message means that you do |
Beta Was this translation helpful? Give feedback.
The error message means that you do
formData = ...;
orlocalStorageKeys = ...;
orsendContactData = ...;
somewhere in that file. That should be removed