beyondcode / livewire-devtools

Chrome and Firefox DevTools extension for debugging Livewire applications
MIT License
417 stars 23 forks source link

HookManager.js Error - Referencing Unknown Hook #9

Closed nickpoulos closed 3 years ago

nickpoulos commented 3 years ago

I just installed the latest version of the extension (v0.1.0) in latest version of Chrome (Version 85.0.4183.121 (Official Build) (64-bit))

When I visit a Livewire page, the tab loads up, but I immediately get an error:

HookManager.js:30 Uncaught Livewire: Referencing unknown hook: [responseReceived]
register @ HookManager.js:30
registerHook @ Store.js:116
value @ index.js:43
t.b @ backend.js:1
m @ backend.js:1
e @ VM125:1
emit @ VM125:1
(anonymous) @ VM143:1
setTimeout (async)
(anonymous) @ VM143:1
(anonymous) @ VM143:1
i @ detector.js:1
661 @ detector.js:1
t @ detector.js:1
(anonymous) @ detector.js:1
(anonymous) @ detector.js:1

The Livewire component I am testing with is as vanilla can be, so I am fairly certain this is an error within the extension.

kefivitch commented 3 years ago

i have the same issue on MS Edge

mpociot commented 3 years ago

Which Livewire version are you using?

kamilkozak commented 3 years ago

I have the same problem with version 2.2.9

Adityasingh63git commented 3 years ago

i am use chrome

On Wed, 14 Oct 2020 at 21:01, kamilkozak notifications@github.com wrote:

I have the same problem with version 2.2.9

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/beyondcode/livewire-devtools/issues/9#issuecomment-708481246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRCJGNLEVR3CIDECA22SXLSKW76PANCNFSM4R6RV2XQ .

Adityasingh63git commented 3 years ago

version 86.0.4240.80.

On Thu, 15 Oct 2020 at 21:58, Aditya Singh discoverespydigital@gmail.com wrote:

i am use chrome

On Wed, 14 Oct 2020 at 21:01, kamilkozak notifications@github.com wrote:

I have the same problem with version 2.2.9

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/beyondcode/livewire-devtools/issues/9#issuecomment-708481246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRCJGNLEVR3CIDECA22SXLSKW76PANCNFSM4R6RV2XQ .

pjadanowski commented 3 years ago

same here

nickpoulos commented 3 years ago

I tried to use the latest release (0.1.0) of the extension again in a new project, got the same error.

Currently using Livewire v2.3 and Chrome 87.0.4280.67, again with a very basic component.

pagegwood commented 3 years ago

ditto

brunograndecom commented 3 years ago

I had the same issue and a further issue when the component emits an event, submitted a pull request #11, please have a look @mpociot, might help.