We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@wenzhixin When trying to use locale, I get the Uncaught TypeError: Cannot read properties of undefined (reading 'locales')
Do you have an idea to help this out ?
You find
import './jquery'; import 'jquery-ui/dist/jquery-ui'; import 'jquery-textcomplete'; import 'jquery-touchswipe'; import select2 from 'select2'; select2(jQuery); import 'multiple-select'; import 'multiple-select/dist/multiple-select-locale-all.js'; import '../../libraries/jquery.nouislider.all.min.js'; import '../../libraries/jquery.flightindicators.js';
where import of import 'multiple-select/dist/multiple-select-locale-all.js'; give the typeerror.
Comment out import 'multiple-select/dist/multiple-select-locale-all.js'; remove the issue, but then no translation.
This won't help
import multipleSelect from 'multiple-select'; multipleSelect('destroy');
either this
import multipleSelect from 'multiple-select'; multipleSelect('init'); import 'multiple-select/dist/multiple-select-locale-all.js';
If you want, you can get the code at betaflight/betaflight-configurator#3756.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@wenzhixin
When trying to use locale, I get the Uncaught TypeError: Cannot read properties of undefined (reading 'locales')
Do you have an idea to help this out ?
You find
where import of
import 'multiple-select/dist/multiple-select-locale-all.js'; give the typeerror.
Comment out import 'multiple-select/dist/multiple-select-locale-all.js'; remove the issue, but then no translation.
This won't help
either this
If you want, you can get the code at betaflight/betaflight-configurator#3756.
The text was updated successfully, but these errors were encountered: