kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

jQuery.Deferred exception: element.querySelector is not a function TypeError #379

Open dfuse-dev opened 5 months ago

dfuse-dev commented 5 months ago

Steps to reproduce the issue

  1. using "yiisoft/yii2-bootstrap5": "@dev",
  2. using "kartik-v/yii2-export": "@dev",
  3. using ExportMenu::widget with minimal config/fields with basic yii template

Expected behavior and actual behavior

When I follow those steps, console throws error "jQuery.Deferred exception: element.querySelector is not a function TypeError"...

And if I downgrade to "yiisoft/yii2-bootstrap5": "2.0.3" error dissapears

Thanks so much for helping out