reflex-dom-contrib icon indicating copy to clipboard operation
reflex-dom-contrib copied to clipboard

remove HasJSContext

Open augyg opened this issue 1 year ago • 1 comments

Changed reflex-platform to newest which includes breaking changes in 0.7.0.0

Breaking change: Remove HasJSContext and MonadJS. This change also removes the js type parameter from Prerender. Change Prerender js t m to Prerender t m. Reflex.Dom.WebSocket.Foreign.newWebSocket takes one fewer argument: the first argument used to be a js context

Previous master is no longer compatible with Obelisk projects

augyg avatar May 18 '23 16:05 augyg

#69

alexfmpe avatar May 18 '23 18:05 alexfmpe