Cannot stringify a function Issue #10480
Unanswered
IslamZaoui
asked this question in
Q&A
Replies: 1 comment
-
If you want the actual content you can add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys
I want to load the markdown file content to the page but I get this error:
Error: Data returned from 'load' while rendering /courses/[module]/[lesson] is not serializable: Cannot stringify a function (data.lesson.content.render)
this is my code:
the problem with the
Lesson.default
have this{ render: [Function: render], '$$render': [Function: $$render] }
is there any fix to this problem?
Beta Was this translation helpful? Give feedback.
All reactions