-
New to Remix. I have a couple of server side modules, ending with ".server.ts" . Both have a debug log like: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Looks like I found why this is happening: Any values in the module scope will be "reset" |
Beta Was this translation helpful? Give feedback.
-
Found another reference that solves using global scope. From the jokes app section:
|
Beta Was this translation helpful? Give feedback.
Found another reference that solves using global scope. From the jokes app section: