Popup.js Error
Hello! I'm following the amazing CRM application tut by JavaScript Mastery and stumbled across an issue right around the 54:15 mark of the video. When I use run npm dev in the console my app loads but the console provides the following error. I cannot login or be redirected to the home page either. Could I please get some assistance? Thanks!
popup.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'create')
at popup.js:1:13
Link to the video:
https://www.youtube.com/watch?v=6a3Dz8gwjdg&t=1255s
popup.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'create')
at popup.js:1:13
Link to the video:
https://www.youtube.com/watch?v=6a3Dz8gwjdg&t=1255s
YouTubeJavaScript Mastery
Build an admin dashboard with full authentication, a homepage displaying charts and activities, a comprehensive table for companies with CRUD and search, and a Kanban board with real-time synchronization using Refine Framework.
Refine: https://github.com/refinedev/refine
App Source Code and Readme (code snippets at the bottom): https://git...

