Skip to content

Agents/fix react invalid dom properties f63b50d8 - #2

Open
CarlXT wants to merge 8 commits into
mainfrom
agents/fix-react-invalid-dom-properties-f63b50d8
Open

Agents/fix react invalid dom properties f63b50d8#2
CarlXT wants to merge 8 commits into
mainfrom
agents/fix-react-invalid-dom-properties-f63b50d8

Conversation

@CarlXT

@CarlXT CarlXT commented Aug 16, 2026

Copy link
Copy Markdown
Owner

No description provided.

CarlXT and others added 8 commits August 17, 2026 02:27
…rver

Use index fallback keys for hero slide map to eliminate React list key warnings and use absolute /src asset paths so local dev server can load logo SVGs.
…ic server

Use index-based stable keys for hero slides to guarantee uniqueness and change layout logo URLs to absolute /src paths so local static server can find SVG assets.
Add small re-export wrapper modules so requests to /src/layouts/... resolve when using a simple static server. Also copy logo SVGs into src/layouts/assets/logos to fix 404s during local static serving.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ompatibility

Update wrapper re-exports so modules that expect default imports receive the named exported layout functions as default. This fixes runtime import errors when serving modules directly from a static server.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Expose named export CustomerCheckoutLayout as well as default from the wrapper so modules importing the named export (or default) work when served statically.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Expose named export AdminLayout as well as default from the admin wrapper to fix static import compatibility when modules import the named export.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Expose named export CustomerLayout as well as default from the customer wrapper to fix static import compatibility when modules import the named export.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant