Add runtime type checks to r3f (#323)
* Add better error/warning messages to r3f * Fix notifications playground
This commit is contained in:
parent
dee2361c95
commit
965d7085dc
7 changed files with 82 additions and 26 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue