Add runtime type checks to r3f (#323)

* Add better error/warning messages to r3f

* Fix notifications playground
This commit is contained in:
Andrew Prifer 2022-10-21 21:17:45 +02:00 committed by GitHub
parent dee2361c95
commit 965d7085dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 82 additions and 26 deletions

View file

@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom'
import studio, {notify} from '@theatre/studio'
import {getProject} from '@theatre/core'
import studio from '@theatre/studio'
import {getProject, notify} from '@theatre/core'
import {Scene} from './Scene'
studio.initialize()