Closed takapiro99 closed 3 years ago
I took a closer look and found that around line77 should be fixed like this
- import AsBind from "as-bind";
+ import { instantiate } from "as-bind";
// then instantiate
This may an unrelated question, but is it intentional that this doesn't have a default export?
It is as the title says.
I think that people who see it may misunderstand that it doesn't work.
Would you be willing to fix this?