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
When following the quick start guide from the Dojo Book (https://www.dojoengine.org/quickstarts/react), I encountered several issues that prevent the application from running correctly.
Steps to Reproduce
Follow the steps outlined in the Dojo Quick Start Guide.
Attempt to run the application.
Observed Behavior
Initial Error: Encountered the following error:
White Screen Issue: After resolving the initial error, the application displays a white screen. This is due to an improperly implemented Dojo configuration.
Root Causes and Fixes
Dojo Configuration Issue:
The quick start guide suggests the following configuration:
useSystemCalls Hook Issue:
The useSystemCalls hook does not account for the initial state properly, leading to timeouts and errors. The hook needs to be updated to handle the initial state correctly.
Suggested Improvements
Update Quick Start Guide:
Include the complete Dojo configuration in the guide to prevent the white screen issue.
Provide a detailed explanation of each configuration parameter.
Fix useSystemCalls Hook:
Ensure the hook properly handles the initial state to avoid timeouts and errors.
If the request is accepted, would you be willing to contribute it?
Yes I would be willing to contribute
The text was updated successfully, but these errors were encountered:
Feedback
Description
When following the quick start guide from the Dojo Book (https://www.dojoengine.org/quickstarts/react), I encountered several issues that prevent the application from running correctly.
Steps to Reproduce
Observed Behavior
Initial Error: Encountered the following error:

White Screen Issue: After resolving the initial error, the application displays a white screen. This is due to an improperly implemented Dojo configuration.
Root Causes and Fixes
Dojo Configuration Issue:
The quick start guide suggests the following configuration:
However, this configuration is incomplete and leads to a white screen. The correct configuration should include additional parameters:
useSystemCalls
Hook Issue:The
useSystemCalls
hook does not account for the initial state properly, leading to timeouts and errors. The hook needs to be updated to handle the initial state correctly.Suggested Improvements
Update Quick Start Guide:
Fix
useSystemCalls
Hook:If the request is accepted, would you be willing to contribute it?
The text was updated successfully, but these errors were encountered: