shape shape shape shape shape shape
SupportTypeError: Cannot read property 'fn' of undefined
yoman151 asked 3 years ago

Hello,
I think i have found a bug about routing/jquery, to reproduce it you can for example replace this line:

<Route path="/add-listing" component={AddListing} />

by this:

<Route path="/listings/new" component={AddListing} />

So if you try to access the page directyly by going to http://localhost:3000/listings/new you'll get this error:
TypeError: Cannot read property 'fn' of undefined

But if you access it through a redirect(navbar for example) then it will work.

If you have any idea about the issue, please let me knwo!

thank you so much, great work!
Kamal Ahmed Staff replied 3 years ago

Hi,
We have found the issue and working on a fix. We will provide the update on the ThemeForest and inform you ASAP when it is done. Thank you very much for your patience.

Kind regards,
Kamal
CEO, TechyDevs

1 Answers
Best Answer
Kamal Ahmed Staff answered 3 years ago

Hi, We have fixed the issue and pushed an update to ThemeForest.Please download the latest version and let us know if you find any issue. Kind regards, Kamal, CEO, TechyDevs

yoman151 replied 3 years ago

Thank you guys for fixing this issue so quickly!

Kamal Ahmed Staff replied 3 years ago

You are most welcome ?