mydnic / laravel-feedback-component

Customizable Feedback Component for Laravel
MIT License
274 stars 24 forks source link

TypeError: Cannot read property 'title' of undefined #70

Closed mafudelaptu closed 4 years ago

mafudelaptu commented 4 years ago

Hello,

im running Laravel v7. i have added the script in head section and the include statement in body tag

onload im getting the js error in console:

TypeError: Cannot read property 'title' of undefined

am i missing something? Thank for help :)

mafudelaptu commented 4 years ago

after some invastigation, this error happening if i uncomment in config/kustomer.php in feedback array the bug section

mydnic commented 4 years ago

@mafudelaptu you have to uncomment the bug section in the lang file as well I think :) https://github.com/mydnic/laravel-feedback-component/blob/master/resources/lang/en/kustomer.php#L82

Tell me if that fixes the problem