Remove the warning about SSR mode
It's being misunderstood as an error message https://discord.com/channels/870988717190426644/870988717190426647/1020751857024503828
This commit is contained in:
parent
c4862ee6ef
commit
6d49e5977c
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ function createRafTicker() {
|
|||
} else {
|
||||
ticker.tick(0)
|
||||
setTimeout(() => ticker.tick(1), 0)
|
||||
console.log(
|
||||
`@theatre/dataverse is running in a server rather than in a browser. We haven't gotten around to testing server-side rendering, so if something is working in the browser but not on the server, please file a bug: https://github.com/theatre-js/theatre/issues/new`,
|
||||
)
|
||||
}
|
||||
|
||||
return ticker
|
||||
|
|
Loading…
Reference in a new issue