moeen-basra / laravel-react

Laravel 8 and React 17 boilerplate

Home Page:http://laravel-react.moeen.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'has' of undefined

jcbolor opened this issue · comments

commented

app.js?id=e7ffcbe9b8c258d094fc:2 TypeError: Cannot read property 'has' of undefined
at LoginForm (9.js:1)
at Ja (app.js?id=e7ffcbe9b8c258d094fc:2)
at _s (app.js?id=e7ffcbe9b8c258d094fc:2)
at lu (app.js?id=e7ffcbe9b8c258d094fc:2)
at su (app.js?id=e7ffcbe9b8c258d094fc:2)
at Zs (app.js?id=e7ffcbe9b8c258d094fc:2)
at app.js?id=e7ffcbe9b8c258d094fc:2
at t.unstable_runWithPriority (app.js?id=e7ffcbe9b8c258d094fc:2)
at zi (app.js?id=e7ffcbe9b8c258d094fc:2)
at Vi (app.js?id=e7ffcbe9b8c258d094fc:2)

commented

please report the bug in a proper format,
OS:
Node:
npm:
and how to reproduce

app.js?id=e7ffcbe9b8c258d094fc:2 TypeError: Cannot read property 'has' of undefined
at LoginForm (9.js:1)
at Ja (app.js?id=e7ffcbe9b8c258d094fc:2)
at _s (app.js?id=e7ffcbe9b8c258d094fc:2)
at lu (app.js?id=e7ffcbe9b8c258d094fc:2)
at su (app.js?id=e7ffcbe9b8c258d094fc:2)
at Zs (app.js?id=e7ffcbe9b8c258d094fc:2)
at app.js?id=e7ffcbe9b8c258d094fc:2
at t.unstable_runWithPriority (app.js?id=e7ffcbe9b8c258d094fc:2)
at zi (app.js?id=e7ffcbe9b8c258d094fc:2)
at Vi (app.js?id=e7ffcbe9b8c258d094fc:2)

yes, i've already in your situation
Btw, @moeen-basra
My enviroment:
OS: Mac OS 10.15 Catalina
Node: 12.18
Npm: 6.14
Just clone and run npm run dev command, then click "Login" button on init page

Screen Shot 2020-09-06 at 15 41 54

commented

I just updated the code take a pull and try again.