#Not sure if this is the right place to

1 messages · Page 1 of 1 (latest)

spark hill
gilded zodiacBOT
#

Hi @spark hill. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

spark hill
#

I'm doing something like this:

  // Feature Flags
  // get() == @vercel/edge-config
  const fetcher = (key) => get(key).then((res) => res)
  const { data } = useSWR("myFlagKey", fetcher)
  const myFlag = data