Closed benebsiny closed 4 years ago
It should be fix now, please try 0.9.3.
It works, thank you 👍
I used import
to import sideex.
import { SideeX } from "@sideex/api"
var sideex = new SideeX();
An error occurred with message Attempted import error: 'SideeX' is not exported from '@sideex/api'.
(P.S. I also tried import SideeX from "@sideex/api"
, the error message is Attempted import error: '@sideex/api' does not contain a default export (imported as 'SideeX').
)
Please try 0.9.4
with
import { SideeX } from "@sideex/api"
Sorry, the same error message still shows there
Just found the root cause and 0.9.5
has been released, please try again.
It works 👍
I've installed @sideex/api via npm. I used
require
to import @sideex/api, and it showed the following error messages. (P.S. If I usedimport
to import the module, the result was the same)