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
we've tried to follow your forum tutorial, but the forum_test.gno was displaying errors each time:
So after making several tests and trying to find the problem, I realized that the "setter" functions were not modifying the forum created in the test file and then realized that these functions were called with (f Forum) instead of (f *Forum).
So can you modify your hackmd file so that it works correctly?
PS: I don't know if you added the forum example somewhere, and if you want us to do a PR to add is to the examples.
The text was updated successfully, but these errors were encountered:
I've pinged our DevRel @leohhhn to take a look at optimizing this tutorial and seeing where we can fit it in on the official docs / some tutorial page, so I'll keep this issue open until we resolve it
Description
@zivkovicmilos
we've tried to follow your forum tutorial, but the forum_test.gno was displaying errors each time:
So after making several tests and trying to find the problem, I realized that the "setter" functions were not modifying the forum created in the test file and then realized that these functions were called with (f Forum) instead of (f *Forum).
So can you modify your hackmd file so that it works correctly?
PS: I don't know if you added the forum example somewhere, and if you want us to do a PR to add is to the examples.
The text was updated successfully, but these errors were encountered: