Closed JesseEyler closed 1 year ago
Fixed issue by disabling the new Link behavior introduced in Nextjs 13. The example that I referenced must have been written before version 13 came out.
The issue was already fixed in release 0.2.0, so reference next.config.js
for the fix.
Running the app gives the following:
Error: Invalid <Link> with <a> child. Please remove <a> or use <Link legacyBehavior>.
Due to unfamiliarity with Nextjs 13, this requires some investigation.