-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import errors in node #17
Comments
I tried using Maybe's for the first time in my life, and wanted to do a simple
I was guessing it's my fault since I've never used |
Hey @marcusnielsen there seems to be some sort of issue with the way TypeScript compiles ES2015 modules to commonjs. If you're interested in EDIT: Heres a webpackbin doing what is in your error message. |
Additionally if you're using something like webpack to bundle your application, you can add |
Using Thanks for the help, I just did my first |
I'm thinking that going forward we could just have What do you think? |
I am much in favor of explicit imports. A convenient shortcut using |
TypeError: prelude_1.prop is not a function
The text was updated successfully, but these errors were encountered: