Right now in ESM we need to puck out the default property ```js import createSubject from "rx-subject"; console.log(createSubject); // logs { default: [Function: e] } ```
Right now in ESM we need to puck out the default property