Skip to content

patch-package #25

Description

@zkyCarry

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch @femessage/log-viewer@1.5.0 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/@femessage/log-viewer/src/log-viewer.d.ts b/node_modules/@femessage/log-viewer/src/log-viewer.d.ts
index 60f02cc..06faafa 100644
--- a/node_modules/@femessage/log-viewer/src/log-viewer.d.ts
+++ b/node_modules/@femessage/log-viewer/src/log-viewer.d.ts
@@ -66,6 +66,6 @@ declare module '@femessage/log-viewer' {
     LogViewerComputed,
     LogViewerProps
   >
-
+  // @ts-ignore
   export default LogViewerConstruction
 }

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions