Stephen Tian
Stephen Tian
> Oh that's right, we don't dynamically set it based on dependencies, but rather based on a string in our code. That's what the mentioned PR fixed. I took a...
I fixed it in this fork https://github.com/nosferatu500/react-sortable-tree/pull/32. For someone who wish to use this library you can use it instead.
Oh, it was by my mistake clicking.
I tried to fix it myself but have no idea right now. The `togglePageView` in the listener of `/source/content-script/enhance.ts` is trigged twice: ```ts browser.runtime.onMessage.addListener((message, sender, sendResponse) => { if (message.event...
I also found a note in [this section](https://reactjs.org/docs/hooks-effect.html#tip-optimizing-performance-by-skipping-effects): > If you pass an empty array (`[]`), the props and state inside the effect will always have their initial values. While...
same problem, can you find solution?
Yes I also try to fix it this week but can't find the way. I upgrade the patch version of `react-dnd` (@14.0.5), but it not works. Because the `react-dnd@15` remove...