Package: node-react-dom
Version: 18.3.1~18.3.1+dfsg+~cs88.78.12-6
Followup-For: Bug #1140614


Most likely issue is that dh-node doesn't pick the exports defined by
types-react-dom/package.json (no "files", only "types", and 
"exports".*."types"."default"):

    "exports": {
        ".": {
            "types": {
                "default": "./index.d.ts"
            }
        },
        "./client": {
            "types": {
                "default": "./client.d.ts"
            }
        },
        "./canary": {
            "types": {
                "default": "./canary.d.ts"
            }
        },
        "./server": {
            "types": {
                "default": "./server.d.ts"
            }
        },
        "./experimental": {
            "types": {
                "default": "./experimental.d.ts"
            }
        },
        "./test-utils": {
            "types": {
                "default": "./test-utils/index.d.ts"
            }
        },
        "./package.json": "./package.json"
    },

Reply via email to