Jeff Mather
Jeff Mather
Another workaround is to change index.d.ts to make boundMethod the default export, as in: ``` export declare const autobind: ClassDecorator & MethodDecorator; declare const boundMethod: MethodDecorator; export declare const boundClass:...
I'm sorry - yes, it is a TypeScript issue. Most everyone who uses Angular 2+ uses TypeScript for their coding. To be able to do as you have prescribed, a...
@stevemao That is understandable. I guess I will have to continue using my fork with the workaround in it.
I went ahead and changed the portions of (my fork of) react-d3-tree which my project employs to use D3 V4.10.0. You can see the changes in this [commit](https://github.com/jeffmath/react-d3-tree/commit/cd7a4ce7f8bbf6817e47a2c9631b5b47dcaaf9cf), in case...
@flauc Setting a larger z-index does not work, because as #304 states, the modal layer is a direct child of the body element, whereas the notification is nested in a...