Replies: 2 comments
-
|
Could you provide any reproducible example I could use to make sure the problem exists? I had no issues using ESM with @tma.js/init-data-node |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Today I've ran into the problem you specified developing a Nuxt.js application. I released an update regarding all @tma.js packages that should probably solve the problem. At least, it helped me. Could you, please, check if the solution works for you using the latest packages' versions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
@tma.js/init-data-node uses fp-ts to support functional programming. fp-ts does not support ES Modules (see gcanti/fp-ts#1910) - the solution seems to be to switch to Effect or a fp-ts fork.
Fabian
Beta Was this translation helpful? Give feedback.
All reactions