#AppMode - Disable SSR for specific components?

2 messages · Page 1 of 1 (latest)

ornate flame
#

Add "use client"; to the very top of the js file. All components exported from that file will be client components.

static atlas