Mikolaj Marciniak

Results 2 issues of Mikolaj Marciniak

When I run the convoy daemon start command, it starts but doesnt exit from the command line, meaning its not really a daemon

When importing CustomDialog, I get an error. My code is: ``` const CustomDialogPromise = import("react-st-modal").then( (module) => module.CustomDialog ); ``` The error is: ``` SyntaxError: Cannot use import statement outside...