Still trying to get cra to play nice with theatre

This commit is contained in:
Aria Minaei 2021-08-07 23:24:37 +02:00
parent 824fdd6843
commit f4f33dcd8d
8 changed files with 88 additions and 62 deletions

View file

@ -1,10 +1,10 @@
import type {IdentityDerivationProvider} from './Atom'
import type {Pointer} from './pointer';
import type {Pointer} from './pointer'
import pointer from './pointer'
import type {IBox} from './Box';
import type {IBox} from './Box'
import Box from './Box'
import type {$FixMe, $IntentionalAny} from './types'
import {valueDerivation} from '@theatre/dataverse'
import {valueDerivation} from './Atom'
export default class PointerProxy<O extends {}>
implements IdentityDerivationProvider