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

3.1.5 → 3.1.6 introduced bug #28

Open
martinheidegger opened this issue Jan 17, 2018 · 2 comments
Open

3.1.5 → 3.1.6 introduced bug #28

martinheidegger opened this issue Jan 17, 2018 · 2 comments

Comments

@martinheidegger
Copy link

martinheidegger commented Jan 17, 2018

I am trying to debug a problem in dat-desktop where the "empty" screen of the development branch suddenly looked weird and I was able to track this back to the update of mircocomponent.

BEFORE Version 3.1.5 (released as Dat Desktop 2.0.0)

screen shot 2018-01-17 at 17 32 18

AFTER Version 3.1.6

Dat Desktop with microcomponent 3.1.6

Here is the diff from the package-lock.json between the screenshots.

diff --git a/package-lock.json b/package-lock.json
index 111a0a2..a26ba34 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6439,9 +6439,9 @@
       }
     },
     "microcomponent": {
-      "version": "3.1.5",
-      "resolved": "https://registry.npmjs.org/microcomponent/-/microcomponent-3.1.5.tgz",
-      "integrity": "sha1-WQgEhQmJ+t9W0xzUoSImd2WKDZ4=",
+      "version": "3.1.6",
+      "resolved": "https://registry.npmjs.org/microcomponent/-/microcomponent-3.1.6.tgz",
+      "integrity": "sha1-C9QBOlcEJCHscGbU2OYKx2v99Ms=",
       "requires": {
         "juliangruber-shallow-equal": "1.0.4",
         "nanocomponent": "5.0.3",

I am not familiar with microcomponent (or choo) and this is hard for me to debug. 😓 Any help would be welcome.

@yoshuawuyts
Copy link
Owner

This package hasn't been maintained for a while, I believe you might want to look into https://github.com/choojs/nanocomponent instead.

Also dat-ecosystem-archive/dat-desktop#450 might solve some of you problems too. Might be cool to link up with @aks-

@martinheidegger
Copy link
Author

Thanks for letting me know.

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

No branches or pull requests

2 participants