You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fix for #16, an issue that appears (especially in tests) when `writePointer` turns into an infinitely recursive call and overflows the stack.
This PR renames the native binding to already have the underscore to prevent the loop from ever being created.
This problem seems to surface mostly when using this library inside of Jest tests.
PR-URL: #43Fixes: #16
0 commit comments