Ondřej Janošík
Ondřej Janošík
Just encountered same issue. Looks like the problem is `DataKinds`. `SomeFile.hs`: ``` {-# LANGUAGE DataKinds #-} module SomeFile where data SomeKind = KindA | KindB data SomeType (kind :: SomeKind)...
This is really shame though. I know it's possible to turn on the lighthouses using sync mode button, but one of my lighthouse is really high and I can't normally...
I had the same problem. So I tried creating new Unity project with sample scene first and it worked. There was apparently some interference with project's scripts so I removed...
I really don't, I haven't checked logs back then and I'm not even sure what to look for. I've stashed that project for now, but I might be able to...
@rschristian Here's a PR: https://github.com/preactjs/preact-router/pull/465