vega-frontend-monorepo/libs/react-helpers/src/hooks
m.ray 71ede25339
chore: upgrade to React 18 (#952)
* chore: upgrade react only

* chore: import renderHook from testing-library/react

* chore: add @babel/runtime to fix tests

* fix: fix some of the tests

* fix: fix some of the tests

* fix: fix tests failing on not being wrapped in act

* fix: fix tests in use-environment

* fix:  fix @types/react issue

* fix: fix formatting

* fix: remove unsued method

* fix: callout not accepting react node and root element null check

* fix: main.tsx stats null check

* fix: implicit any type fixes

* Update libs/environment/src/hooks/use-nodes.spec.tsx

* fix:  import act from testing-lib

* fix:  add strict mode back

* fix:  fix formatting issues

* fix: add babel deps for storybook

* Update tsconfig.json (#970)

* Update tsconfig.json

* feat: [console-lite] - add missing types in few places

Co-authored-by: maciek <maciek@vegaprotocol.io>

* chore(#952): remove any from useDataProvider hook

Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-08-09 10:43:11 +01:00
..
index.ts feat: [console-lite] - market selector (#726) 2022-07-11 15:27:28 +02:00
use-apply-grid-transaction.spec.ts chore: upgrade to React 18 (#952) 2022-08-09 10:43:11 +01:00
use-apply-grid-transaction.ts Enable @typescript-eslint/consistent-type-imports eslint rule 2022-03-30 13:05:41 +02:00
use-data-provider.ts chore: upgrade to React 18 (#952) 2022-08-09 10:43:11 +01:00
use-fetch.ts Feat/397 - continuous txs list (#417) 2022-06-29 11:20:22 +01:00
use-outside-click.ts feat: [console-lite] - market selector (#726) 2022-07-11 15:27:28 +02:00
use-resize.ts Feat/525 update drawer (#611) 2022-06-27 16:55:51 +01:00
use-screen-dimensions.ts feat: [console-lite] - market selector (#726) 2022-07-11 15:27:28 +02:00
use-theme-switcher.ts Added new shared theme switcher into stats project 2022-03-25 16:47:28 +00:00