socialpredict icon indicating copy to clipboard operation
socialpredict copied to clipboard

PublicUserLayout Bug

Open pwdel opened this issue 9 months ago • 0 comments

I believe this occurred on either /profile or /user/{username} or both:

chunk-MZ6XKLY2.js?v=5f5ab81d:519 Warning: validateDOMNesting(...): Text nodes cannot appear as a child of <tr>.
    at tr
    at td
    at div
    at div
    at PublicUserPortfolioLayout (http://localhost:8089/src/components/layouts/profile/public/PublicUserPortfolioLayout.jsx?t=1716650802102:21:38)
    at div
    at Profile (http://localhost:8089/src/pages/profile/Profile.jsx?t=1716650802102:25:24)
    at Route2 (http://localhost:8089/node_modules/.vite/deps/react-router-dom.js?v=55468f22:2835:29)
    at Switch2 (http://localhost:8089/node_modules/.vite/deps/react-router-dom.js?v=55468f22:2979:29)
    at AppRoutes (http://localhost:8089/src/helpers/AppRoutes.jsx?t=1716651020401:37:16)
    at header
    at div
    at Router2 (http://localhost:8089/node_modules/.vite/deps/react-router-dom.js?v=55468f22:2548:30)
    at BrowserRouter2 (http://localhost:8089/node_modules/.vite/deps/react-router-dom.js?v=55468f22:3096:35)
    at AuthProvider (http://localhost:8089/src/helpers/AuthContent.jsx?t=1716650802102:38:25)
    at App

pwdel avatar May 25 '24 15:05 pwdel