"use client"; export default function Error({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; }) { return (
Seems like you found an article that doesn't exist. If you clicked on a link from another help article, it's likely that either the article has been renamed or hasn't been written yet.
You can let Emma know about the missing article in [#help-articles](insert discord link here) on the official CyborgGrizzly Discord server. Be sure to include the below error and the page that you came from in case the link is broken.
{`${error.name}\n${error.message}\n${error.digest}`}