Skip to content
New issue

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

Implement user onboarding #116

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Implement user onboarding #116

merged 4 commits into from
Feb 20, 2024

Conversation

ManhDao0801
Copy link
Contributor

@ManhDao0801 ManhDao0801 commented Feb 7, 2024

Overview

Closes #97

@ManhDao0801 ManhDao0801 linked an issue Feb 7, 2024 that may be closed by this pull request
2 tasks
@WillieCubed
Copy link
Member

WillieCubed commented Feb 8, 2024

@ManhDao0801 Can you go ahead and update the PR text using the instructions in the template?

Edit: nevermind, we'll take care of this

@WillieCubed WillieCubed added this to the User Experience Sprint 2 milestone Feb 8, 2024
@WillieCubed WillieCubed added the feature End user functionality label Feb 8, 2024
@WillieCubed WillieCubed self-assigned this Feb 8, 2024
@WillieCubed WillieCubed changed the title onboarding functionality Implement user onboarding Feb 10, 2024
@WillieCubed WillieCubed force-pushed the 97-cbo-agent-onboarding branch from 0feec3d to 3fbba36 Compare February 10, 2024 17:15
@WillieCubed WillieCubed enabled auto-merge (rebase) February 10, 2024 17:15
@minfeishen2024
Copy link
Contributor

minfeishen2024 commented Feb 10, 2024

PR loaded on browser, but returned the following error in console:

Warning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <div>. See https://reactjs.org/link/warning-keys for more information.
    at div
    at Home (webpack-internal:///(ssr)/./src/app/page.tsx:20:90)
    at StaticGenerationSearchParamsBailoutProvider (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.js:15:11)
    at Lazy
    at InnerLayoutRouter (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/layout-router.js:239:11)
    at RedirectErrorBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/redirect-boundary.js:71:9)
    at RedirectBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/redirect-boundary.js:79:11)
    at NotFoundErrorBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js:54:9)
    at NotFoundBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js:62:11)
    at LoadingBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/layout-router.js:313:11)
    at ErrorBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/error-boundary.js:128:11)
    at InnerScrollAndFocusHandler (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/layout-router.js:151:9)
    at ScrollAndFocusHandler (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/layout-router.js:226:11)
    at RenderFromTemplateContext (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js:15:44)
    at Lazy
    at OuterLayoutRouter (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/layout-router.js:322:11)
    at Lazy
    at div
    at div
    at body
    at html
    at RedirectErrorBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/redirect-boundary.js:71:9)
    at RedirectBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/redirect-boundary.js:79:11)
    at ReactDevOverlay (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/react-dev-overlay/internal/ReactDevOverlay.js:66:9)
    at HotReload (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/react-dev-overlay/hot-reloader-client.js:296:11)
    at Router (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/app-router.js:155:11)
    at ErrorBoundaryHandler (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/error-boundary.js:99:9)
    at ErrorBoundary (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/error-boundary.js:128:11)
    at AppRouter (webpack-internal:///(ssr)/./node_modules/next/dist/client/components/app-router.js:421:13)
    at Lazy
    at Lazy
    at C:\Desktop\Connie-RTC\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:35:381577
    at C:\Desktop\Connie-RTC\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:35:381577
    at ServerInsertedHTMLProvider (C:\Desktop\Connie-RTC\node_modules\next\dist\compiled\next-server\app-page.runtime.dev.js:39:17605)
    
The browser also returned "chunk load error", which disappeared after refresh

@WillieCubed
Copy link
Member

@minfeishen2024 It appears that there is a list being rendered that doesn't have key props for its sub-elements. We'll need to find the specific line and update it accordingly.

@WillieCubed WillieCubed force-pushed the 97-cbo-agent-onboarding branch from 3fbba36 to 3943df1 Compare February 17, 2024 03:11
@WillieCubed WillieCubed requested review from minfeishen2024 and removed request for minfeishen2024 February 17, 2024 03:12
@WillieCubed WillieCubed force-pushed the 97-cbo-agent-onboarding branch from b303faa to 4fb4a66 Compare February 20, 2024 02:13
@WillieCubed WillieCubed merged commit 9beb453 into develop Feb 20, 2024
1 check passed
@WillieCubed WillieCubed deleted the 97-cbo-agent-onboarding branch February 20, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature End user functionality
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

CBO Agent Onboarding
3 participants