Argument 'workerInfo' on hook 'done' not passed
See original GitHub issueThe third argument on the ‘done’ hook should be an Object called workerInfo
, but actually I receive undefined
.
Should be passed to done(workerInfo)
, but is not.
Version: 2.3.2
<div align="right">This question is available on Nuxt community (#c8)</div>Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
The useQuery hook - with variables | Lift-off III - Apollo GraphQL
We pass the GET_TRACK query as the hook's first argument, and now the big ... are no errors, the QueryResult component will render...
Read more >Custom Hook argument not being read on React
The custom hook is for http requests and apparently the argument is not being read when running postTask in the end. Why is...
Read more >Advanced: configuration | Playwright - CukeTest
Worker-scoped fixtures and beforeAll and afterAll hooks receive workerInfo parameter. The following information is accessible from the workerInfo :.
Read more >Add hook option to not pass matching files as arguments to ...
Currently, I'm using the following workaround to call make check to build and test C/C++ code: Defining the hook to call a wrapper...
Read more >Migrate from TPU embedding_columns to TPUEmbedding layer
This guide demonstrates how to migrate embedding training on on TPUs from TensorFlow 1's embedding_column API with TPUEstimator to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks indeed like a bug, will have a look at it later this week.
(The idea behind cmty.app is that you only submit questions/issues through their community platform and not through github. It is enabled for all nuxt-community repositories)
Works, thanks!