mirror of
https://github.com/cruip/tailwind-dashboard-template.git
synced 2026-04-26 13:25:56 +03:00
[PR #13] [CLOSED] Solve error for Sidebar and localStorage not define when loading the template with SSR #20
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tailwind-dashboard-template#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cruip/tailwind-dashboard-template/pull/13
Author: @Angra974
Created: 9/15/2022
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
65ffd79Added flatpickr as devDependencies0cf60d0Resolve localStorage is not defined in SSR mode📊 Changes
3 files changed (+1330 additions, -1 deletions)
View changed files
📝
package.json(+1 -0)➕
pnpm-lock.yaml(+1327 -0)📝
src/partials/Sidebar.jsx(+2 -1)📄 Description
Hi again.
I'm not used to git, so I don't know how to not send the first pull request at the same time, so sorry for this.
For the second, my screen is split into 2.
On the left, you have the application launched normally with "pnpm dev"
On the right, you have the application loaded with SSR.
Loaded without change on SSR The first image is without change in the source.
Loaded with change on SSR the second image is after applying the change, and it has no incidence on the application except in SSR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.