You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I can't get the hot-module reloading + hot-data revalidation unstable_dev server to work with this project. I've tried using remix-serve manually, I've tried configuring it with cross-env and dotenv like the ESM example, I've even tried running the remix-serve cli from node_modules manually. Nothing is working so far.
Once this feature works without needing a custom server or once it's stable, I want to implement it so I can change the color of a button that is only shown when some state is true without having to set it to true again to see the button color change.
The text was updated successfully, but these errors were encountered:
Currently, I can't get the hot-module reloading + hot-data revalidation
unstable_dev
server to work with this project. I've tried usingremix-serve
manually, I've tried configuring it withcross-env
anddotenv
like the ESM example, I've even tried running theremix-serve
cli fromnode_modules
manually. Nothing is working so far.Once this feature works without needing a custom server or once it's stable, I want to implement it so I can change the color of a button that is only shown when some state is
true
without having to set it to true again to see the button color change.The text was updated successfully, but these errors were encountered: