hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

`Object#loaded?` and `Object#unloaded?` should be defined on the server

Open catmando opened this issue 5 years ago • 1 comments

These methods are only useful on the client, but for isomorphic methods they should be also defined on the server. On the server loaded? should always return true, and unloaded? always returns false.

catmando avatar Oct 19 '20 19:10 catmando

might was fix the with #315

catmando avatar Jan 05 '21 17:01 catmando