Wayne Larsen
Wayne Larsen
The following change to `RTTR.hooks.test.tsx`: ``` diff --git a/packages/test-renderer/src/__tests__/RTTR.hooks.test.tsx b/packages/test-renderer/src/__tests__/RTTR.hooks.test.tsx index d928f2f..ec3d6b2 100644 --- a/packages/test-renderer/src/__tests__/RTTR.hooks.test.tsx +++ b/packages/test-renderer/src/__tests__/RTTR.hooks.test.tsx @@ -52,7 +52,7 @@ describe('ReactThreeTestRenderer Hooks', () => { // @ts-ignore jest.spyOn(Stdlib, 'GLTFLoader').mockImplementation(()...
If we're in an AMD environment, wouldn't it make sense to just install the plugin rather than return it? In other words, is there a use case where we require...
Can you please add the following keys to the package.json? ``` js { "homepage": "https://github.com/weaver/node-mail", "repository": { "type": "git", "url": "https://github.com/weaver/node-mail.git" }, "bugs": { "url": "https://github.com/weaver/node-mail/issues" } } ``` At...
preventDefault should preventDefault. illustrated with this diff -- works for onClick, but not onTouchTap. ``` diff diff --git a/demo/application.js.jsx b/demo/application.js.jsx index e15b0e6..fdcbc36 100644 --- a/demo/application.js.jsx +++ b/demo/application.js.jsx @@ -6,15 +6,35...
Is there any way to auto resize the editing area based on the size of the content?