Replies: 2 comments 1 reply
-
The second example seems correct to me (although I would put the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! |
Beta Was this translation helpful? Give feedback.
-
The second example seems correct to me (although I would put the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! |
Beta Was this translation helpful? Give feedback.
-
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