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

Fix updating error of ress with moduleDetection=false #1619

Merged
merged 5 commits into from
Nov 27, 2024

Conversation

kachick
Copy link
Member

@kachick kachick commented Nov 27, 2024

  • npm uninstall ress
  • Replace ress with modress

Closes #1617

I think this is relaetd to following issues

Copy link
Contributor

github-actions bot commented Nov 27, 2024

Visit the preview URL for this PR (updated for commit e8ec09f):

https://mobu-waiwai--pr1619-fix-ress-error-with-j5y2lcya.web.app

(expires Wed, 04 Dec 2024 17:13:03 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 295e29f2bd6fa9acc70abd1b84aec0de70cff3f6

@kachick
Copy link
Member Author

kachick commented Nov 27, 2024

Before - ress - npm

image

No Reset

image

After - modress - unpkg

image

After - ress - unpkg

image

@@ -12,6 +12,7 @@
name="description"
content="A web application to manage participants and timer for mob-programming!"
/>
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kachick kachick marked this pull request as ready for review November 27, 2024 17:15
@kachick kachick requested a review from a team November 27, 2024 17:15
@@ -2,7 +2,6 @@ import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import App from "./App";

import "ress";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kachick kachick requested a review from pankona November 27, 2024 17:17
@kachick kachick merged commit 16e01e4 into main Nov 27, 2024
7 checks passed
@kachick kachick deleted the fix-ress-error-with-moduleDetection-force branch November 27, 2024 18:14
@pankona
Copy link
Member

pankona commented Nov 27, 2024

Thanks! Looks good solution for me too 👍

@ujihisa
Copy link
Contributor

ujihisa commented Nov 27, 2024

:goodpoem:

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.

3 participants