We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f574f commit e36f35eCopy full SHA for e36f35e
README.md
@@ -140,6 +140,17 @@ Generate the docs:
140
$ npm run docs
141
```
142
143
+Incompatible packages
144
+--------------------
145
+
146
+The [`ref-struct-napi`](https://www.npmjs.com/package/ref-struct-napi) and
147
+[`ref-array-napi`](https://www.npmjs.com/package/ref-array-napi) packages
148
+have names that sound like they are compatible with this module.
149
150
+They are not, and your application will experience crashes if you use
151
+them together with `ref-napi`.
152
+Use [`ref-struct-di`](https://www.npmjs.com/package/ref-struct-di)
153
+or [`ref-array-di`](https://www.npmjs.com/package/ref-array-di) instead.
154
155
License
156
-------
0 commit comments