Luis Martinez
Luis Martinez
I'm using the latest version, 1.24.4
Thank you for the response. I tried the work around, but it does not work: It seems that this is a breaking change.
Since the documentaiton for Function-plot is solely written using JS Module syntax (and hence the users of Function-plot are more likely using ESM imports), I think that a new release...
With dev build version 1.25.0, the package loads: However, a new error shows on the application page: The fix for the above error seems to be moving the "default" key...
Hi @mauriciopoppe , Thank you for the code. I just tested the code, and it shows an error: The error comes at the "import" line: ```javascript import functionPlot from 'function-plot';...