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

_fraction.default.prototype is undefined #23

Open
ma-anwar opened this issue Nov 29, 2023 · 0 comments
Open

_fraction.default.prototype is undefined #23

ma-anwar opened this issue Nov 29, 2023 · 0 comments

Comments

@ma-anwar
Copy link

The build for my web app suddenly started breaking because of this error. It is happening in Fraction.js 3.3.2 and newer version. FractionJS is brought in as a dependency of Danfojs which uses mathjs.

I would appreciate any help.

The whole error is:

ERROR
_fraction.default.prototype is undefined
./node_modules/mathjs/lib/cjs/type/fraction/Fraction.js/createFractionClass<@"streamConfig.json":873677:3
assertAndCreate@"streamConfig.json":886399:12
./node_modules/mathjs/lib/cjs/entry/pureFunctionsAny.generated.js@"streamConfig.json":824500:69
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/mathjs/lib/cjs/entry/mainAny.js@"streamConfig.json":824336:53
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/mathjs/lib/cjs/index.js@"streamConfig.json":871797:35
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/danfojs/dist/danfojs-base/core/frame.js@"streamConfig.json":243697:35
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/danfojs/dist/danfojs-base/transformers/encoders/dummy.encoder.js@"streamConfig.json":253432:31
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/danfojs/dist/danfojs-base/core/series.js@"streamConfig.json":247557:39
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/danfojs/dist/danfojs-base/index.js@"streamConfig.json":249808:32
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./node_modules/danfojs/dist/danfojs-browser/src/index.js@"streamConfig.json":254783:41
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./src/views/report/default/index.jsx@"streamConfig.json":19229:85
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./src/routes.js@"streamConfig.json":7813:97
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./src/layouts/auth/index.js@"streamConfig.json":6603:86
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
fn@"streamConfig.json":902407:21
./src/index.js@"streamConfig.json":5979:89
options.factory@"streamConfig.json":902750:31
__webpack_require__@"streamConfig.json":902153:33
@"streamConfig.json":903332:56
@"streamConfig.json":903334:12

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

No branches or pull requests

1 participant