Replies: 1 comment
-
The second example seems correct to me (although I would put the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simple question, how to use the code
revalidate
snippet from the documentation to get styled-components?From what I understand, after changing e.g. the file
styled-components/app2/src/client/components/Content.tsx
after callingrevalidate
, App1 will load the new remote version of the file from App2 without stopping and restarting the process?I tried:
styled-components/app1/src/client/components/App.tsx
Not working.
I tried add into:
styled-components/app1/src/server/index.ts
Also not working... I'm updating styled-components/app2/src/client/components/Content.tsx and how to see changes without rerun process?
Beta Was this translation helpful? Give feedback.
All reactions