Skip to content

Broken React Dev Tools #631

@vs-jdefting

Description

@vs-jdefting

I used to be able to access the pixi-react virtual DOM through React Dev Tools.

Relevant error

When the page starts up I get this error in the console from React Dev Tools.

index.js:120 Uncaught Error: Invalid argument not valid semver ('' received)
    at validateAndParse (index.js:120:15)
    at esm_compareVersions (index.js:10:16)
    at gte (index.js:249:10)
    at k.registerRendererInterface (agent.js:960:24)
    at registerRendererInterface (index.js:31:11)
    at index.js:70:5
    at Map.forEach (<anonymous>)
    at initBackend (index.js:69:27)
    at activateBackend (backendManager.js:1:13128)
    at backendManager.js:1:14182
Image

The error is being thrown here when Dev Tools does a semver version check.

It looks like the pixi renderer doesn't have a version or rendererPackageName attached to it.

Image

This may be related to #630

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions