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
سلام به همه من از این ورژن از بوت استرپ استفاده میکنم: https://getbootstrap.com/docs/5.0/
و زمانی که کتابخانه رو صدا میکنم این خطا رو میده i.createPopper is not a function
توی این تابع خط آخر خطا هست : _createPopper(tip) { const placement = execute(this._config.placement, [this, tip, this._element]) const attachment = AttachmentMap[placement.toUpperCase()] _return Popper.createPopper(this._element, tip, this.getPopperConfig(attachment)) } کسی به این مشکل برخورده ؟
@Mds92 راه حلی هست برای این موضوع
پیشاپیش ممنون
The text was updated successfully, but these errors were encountered:
No branches or pull requests
سلام به همه
من از این ورژن از بوت استرپ استفاده میکنم:
https://getbootstrap.com/docs/5.0/
و زمانی که کتابخانه رو صدا میکنم این خطا رو میده i.createPopper is not a function
توی این تابع خط آخر خطا هست :
_createPopper(tip) {
const placement = execute(this._config.placement, [this, tip, this._element])
const attachment = AttachmentMap[placement.toUpperCase()]
_return Popper.createPopper(this._element, tip, this.getPopperConfig(attachment))
}
کسی به این مشکل برخورده ؟
@Mds92 راه حلی هست برای این موضوع
پیشاپیش ممنون
The text was updated successfully, but these errors were encountered: