We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This page: https://www.webiny.com/docs/tutorials/create-custom-application/security/react-application/integrating-hosted-ui-authentication-flow
references the Layout.tsx file, but the source code on the examples site, is different. I found this by working through the tutorial and had an error within the browser, after logging into the app, it would not load the Pins, but instead showed an error in the console. After diffing the github example files, I found the instructions on this page, in terms of Layout.tsx are not in sync with the Github files and needs updated. The following github file for Layout.tsx works fine. https://github.com/webiny/webiny-examples/blob/master/create-custom-application/05-security/04-react-application/01-initial-setup/pinterest-clone/app/code/src/components/Layout.tsx
Thanks for the product and docs, they are great. This is the only issue found so far.
Allen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This page: https://www.webiny.com/docs/tutorials/create-custom-application/security/react-application/integrating-hosted-ui-authentication-flow
references the Layout.tsx file, but the source code on the examples site, is different. I found this by working through the tutorial and had an error within the browser, after logging into the app, it would not load the Pins, but instead showed an error in the console. After diffing the github example files, I found the instructions on this page, in terms of Layout.tsx are not in sync with the Github files and needs updated. The following github file for Layout.tsx works fine.
https://github.com/webiny/webiny-examples/blob/master/create-custom-application/05-security/04-react-application/01-initial-setup/pinterest-clone/app/code/src/components/Layout.tsx
Thanks for the product and docs, they are great. This is the only issue found so far.
Allen
The text was updated successfully, but these errors were encountered: