Skip to content
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

Error with fraction.js dependency #3024

Closed
ai-rohit opened this issue Sep 3, 2023 · 4 comments
Closed

Error with fraction.js dependency #3024

ai-rohit opened this issue Sep 3, 2023 · 4 comments
Labels

Comments

@ai-rohit
Copy link

ai-rohit commented Sep 3, 2023

The #3022 issue was fixed with mathjs v11.10.1 using fraction.js v4.3.4. Now the issue is reproduced again with v11.10.1 using fraction.js v4.3.6

Fraction.js:9 Uncaught TypeError: Object.defineProperty called on non-object
at Function.defineProperty ()
at Fraction.js:9:10
at a (factory.js:35:12)
at Object. (pureFunctionsAny.generated.js:22:38)
at u ((index):1:2157)
at Object. (main.cd1dd74d.chunk.js:1:292368)
at u ((index):1:2157)
at Object. (main.cd1dd74d.chunk.js:1:115856)
at u ((index):1:2157)
at Object. (main.cd1dd74d.chunk.js:1:785656)
(anonymous) @ Fraction.js:9
a @ factory.js:35
(anonymous) @ pureFunctionsAny.generated.js:22

image

I tried locking fraction.js to v4.3.4. which solved the issue but I dont think this as long term solution.

@YangBo29
Copy link

YangBo29 commented Sep 4, 2023

Please lock it. Don't let him get into trouble all the time

@josdejong
Copy link
Owner

See rawify/Fraction.js#68

@josdejong josdejong added the bug label Sep 4, 2023
@Runtime4642
Copy link

I am also experiencing the same problem.

@josdejong
Copy link
Owner

For the time being I've published mathjs@11.11.0 with a locked version of fraction.js@4.3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants