This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
@bbss I fixed the JS import thing in 2.11.0. it is however a breaking change in that only import Thing from "npm" is now supported. The previous import * as Thing from "npm" is now the error case. I hope its the last time I have to adjust this.
2.11.0
import Thing from "npm"
import * as Thing from "npm"