Giter Club home page Giter Club logo

Comments (7)

peteruithoven avatar peteruithoven commented on May 17, 2024

Following the instructions from #2 (comment) I build the dev folder and loaded that as extension and suddenly the location of the exention icon changes and it does show the debugger.
Extension from: build/extension:
screen shot 2015-10-28 at 10 44 52
Extension from dev:
screen shot 2015-10-28 at 10 45 27

This is while trying this on the same project.

from redux-devtools-extension.

zalmoxisus avatar zalmoxisus commented on May 17, 2024

Yes, in ./build/extension we have the previous released version, while after npm start you get the upcoming version, which will be released today ;)
I will add ./buld to the .gitignore to avoid the confusions.
The main differences are described in #1.

I guess v0.0.1 didn't work because you loaded the page before loading the extension, just refresh the tab and it will work. Anyway, the new implementation should avoid such issues by hiding/showing pageAction's icon.

So, the upcoming release from dev works well?

from redux-devtools-extension.

peteruithoven avatar peteruithoven commented on May 17, 2024

Ah, thanks that clarifies that, sounds like a great improvement.

But the new (dev) version doesn't fully work I'm getting the following error in my console:

Uncaught DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
  onChange @ page.bundle.js:30356
  (anonymous function) @ createStore.js:52
  dispatch @ createStore.js:50
  dispatch @ page.bundle.js:12277
  (anonymous function) @ bindActionCreators.js:12
  mouseMove @ group.js:374
  handleEvent @ group.js:104

The debugger only shows the @@init action.
Using Redux version 3.0.4. Are there other versions relevant?

(Again it would help to check this with a page that the debugger does work with)

from redux-devtools-extension.

zalmoxisus avatar zalmoxisus commented on May 17, 2024

We have the same issue in #5, but I cannot reproduce it. I just released 0.1.0. Could you please sync the git and try again with ./build/extension?

from redux-devtools-extension.

zalmoxisus avatar zalmoxisus commented on May 17, 2024

To test it, you may just use counter or mvc example from ./examples, just do npm i and npm start there. It should run on port 4001 and 4002.

from redux-devtools-extension.

peteruithoven avatar peteruithoven commented on May 17, 2024

I'll check with that example. I'll report issues relating to that postMessage in #5.
If you think it's a good idea this issue could serve as a todo to make a example website.

from redux-devtools-extension.

zalmoxisus avatar zalmoxisus commented on May 17, 2024

Yes. That would be really useful, especially when we'll have the extension in Chrome WebStore.

from redux-devtools-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.