You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error when starting the Loki, but it works.
loki test v0.35.0
(node:9338) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.
SDK releases are limited to address critical bug fixes and security issues only.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the blog post at https://a.co/cUPnyil
(Use `node --trace-warnings ...` to show where the warning was created)
Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
The above error occurred in the <Static> component:
at Static (/Users/dspankov/Dev/aaag/dashboard/node_modules/ink/build/components/Static.js:36:13)
at ink-box
at /Users/dspankov/Dev/aaag/dashboard/node_modules/ink/build/components/Box.js:39:11
at TaskList (/Users/dspankov/Dev/aaag/dashboard/node_modules/@loki/runner/src/commands/test/renderers/interactive/TaskList.js:108:3)
at App (/Users/dspankov/Dev/aaag/dashboard/node_modules/@loki/runner/src/commands/test/renderers/interactive/App.js:32:5)
at App (/Users/dspankov/Dev/aaag/dashboard/node_modules/ink/build/components/App.js:42:9)
React will try to recreate this component tree from scratch using the error boundary you provided, InternalApp.
ERROR Cannot read properties of null (reading 'useState')
/Users/dspankov/Dev/aaag/dashboard/node_modules/react/cjs/react.development.js:1622:21
1619: }
1620: function useState(initialState) {
1621: var dispatcher = resolveDispatcher();
1622: return dispatcher.useState(initialState);
1623: }
1624: function useReducer(reducer, initialArg, init) {
1625: var dispatcher = resolveDispatcher();
There is an error when starting the Loki, but it works.
package.json:
The text was updated successfully, but these errors were encountered: