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 am not able to import the module, it is failing the following error
Attempted import error: 'gaze-detection' does not contain a default export (imported as 'gaze').
ERROR in ./src/App.js 17:16-32
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)
ERROR in ./src/App.js 22:6-13
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)
ERROR in ./src/App.js 30:17-26
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)
webpack compiled with 3 errors
this is the code i tried:
import gaze from "gaze-detection";
The text was updated successfully, but these errors were encountered:
I am not able to import the module, it is failing the following error
Attempted import error: 'gaze-detection' does not contain a default export (imported as 'gaze').
ERROR in ./src/App.js 17:16-32
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)
ERROR in ./src/App.js 22:6-13
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)
ERROR in ./src/App.js 30:17-26
export 'default' (imported as 'gaze') was not found in 'gaze-detection' (module has no exports)
webpack compiled with 3 errors
this is the code i tried:
import gaze from "gaze-detection";
The text was updated successfully, but these errors were encountered: