You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for running the project locally! Unfortunately, as far as I know, this is a warning, and it's the only way we can get this working, since we have to recursively import the CommentNodes component for every CommentNode and vice-versa. You can take a look at the source code for Lemmy's web frontend here. This project tries to match that implementation as closely as possible.
Require cycle: src\components\CommentNodes.tsx -> src\components\CommentNode.tsx -> src\components\CommentNodes.tsx
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
The text was updated successfully, but these errors were encountered: