"it may be that hyperconsole's boot receiver is crashing when not on localhost and is not cleaning up causing the whole sequence to crash." When running this test code: ``` class Helloworld < Hyperloop::Component render do H1 { "#{MessageStore.state.messages.nil?}" } end end ``` ``` class MessageStore < Hyperloop::Store state messages: "testmessage", scope: :class, reader: :all end ``` Works normally when browsing on `localhost` but NOT when running on an IP address format. The only way to get it woriking on IP address is to turn `Hyper-console` OFF
"it may be that hyperconsole's boot receiver is crashing when not on localhost and is not cleaning up causing the whole sequence to crash."
When running this test code:
Works normally when browsing on
localhostbut NOT when running on an IP address format.The only way to get it woriking on IP address is to turn
Hyper-consoleOFF