Feat/sidecar components (#1578)

* Added a new eslint plugin in TypeScript for Effect components

* Fixed edge cases

* Fixed lint

* Fix eslint

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Lucas Bordeau
2023-09-14 17:04:45 -07:00
committed by GitHub
co-authored by Charles Bochet
parent 09db29c91a
commit 84a27b148f
35 changed files with 4201 additions and 49 deletions
@@ -14,7 +14,7 @@ const formatTitle = (stateName: string) => {
return [parts.join(' '), ...headerCss];
};
export function RecoilDebugObserver() {
export function RecoilDebugObserverEffect() {
const snapshot = useRecoilSnapshot();
const isDebugMode = useRecoilValue(isDebugModeState);