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

Mobx warnings in release UI bundle. #111

Open
Idorobots opened this issue Oct 28, 2023 · 0 comments
Open

Mobx warnings in release UI bundle. #111

Idorobots opened this issue Oct 28, 2023 · 0 comments
Labels

Comments

@Idorobots
Copy link
Member

Idorobots commented Oct 28, 2023

[mobx] you are running a minified build, but 'process.env.NODE_ENV' was not set to 'production' in your bundler. This results in an unnecessarily large and slow bundle [main.js:1:62764](http://192.168.1.96/static/main.js)
[mobx] `observableArray.sort()` will not update the array in place. Use `observableArray.slice().sort()` to suppress this warning and perform the operation on a copy, or `observableArray.replace(observableArray.slice().sort())` to sort & update in place [main.js:1:45556](http://192.168.1.96/static/main.js)
@Idorobots Idorobots added the bug label Oct 28, 2023
Idorobots added a commit that referenced this issue Oct 29, 2023
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

1 participant