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:
Aria Minaei 2022-09-17 19:45:26 +02:00 committed by Aria
parent c4862ee6ef
commit 6d49e5977c

View file

@ -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