WIP: Upgrade to react 18
At this point, the studio and core work with react 18, but r3f doesn't.
This commit is contained in:
parent
46e58ca6d8
commit
f562d225c6
20 changed files with 1274 additions and 429 deletions
|
@ -1,3 +1,4 @@
|
|||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import {Atom} from '@theatre/dataverse'
|
||||
|
||||
describe(`Atom`, () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import {Ticker} from '@theatre/dataverse'
|
||||
import {EMPTY_TICKS_BEFORE_GOING_DORMANT} from './Ticker'
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import type {Pointer, Prism} from '@theatre/dataverse'
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import {
|
||||
isPointer,
|
||||
isPrism,
|
||||
|
@ -10,8 +11,7 @@ import {
|
|||
Ticker,
|
||||
val,
|
||||
} from '@theatre/dataverse'
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import {set as lodashSet} from 'lodash'
|
||||
import {set as lodashSet} from 'lodash-es'
|
||||
import {isPointerToPrismProvider} from './pointerToPrism'
|
||||
|
||||
describe(`The exhaustive guide to dataverse`, () => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import {pointer, getPointerParts, Atom} from '@theatre/dataverse'
|
||||
|
||||
describe(`pointer`, () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue