Naresh Bhatia
Naresh Bhatia
Please let me know if there is a better place to ask this question. I also asked the [question on StackOverflow](https://stackoverflow.com/questions/48878415/add-target-blank-to-all-links-in-draft-js-content). Thanks in advance.
Just stumbled across this issue. I don't know how to apply the workaround shown above when using draft-js-anchor-plugin. That plugin is inserting `target="_blank"` correctly. However after applying `stateToHTML()` this attribute...
Thank you @valentinpalkovic & @shilman for helping with this. For now the `--legacy-peer-deps` workaround works for me. FYI, I tried the opt-in-mdx2-support as described in the migration link, but got...
I found a cleaner way to avoid overriding `@mdx-js/react` (and let it remain on 1.6.22). The main issue I found was that many dependencies were trying to load react v17...
Just throwing out one more tip. The same repo that was working for me on MacOS (see https://github.com/storybookjs/storybook/issues/18094#issuecomment-1159781896) did not work today on a Windows machine. The culprit was an...
Have you tried the latest code in the master branch? I had updated dependencies last week - maybe this issue is fixed for windows. Also I was able to make...
Thanks for the great suggestions @robross0606. Unfortunately I can't change content of committed tags. Time permitting, I would like to completely rewrite the article with latest versions of React and...
Yep. I think the easiest would be to update the README and add a note to the article to always check the README in the master branch. If you could...
Don't think there is an update from Apollo on this issue. See the comments on their roadmap, e.g. https://github.com/apollographql/apollo-server/issues/2360#issuecomment-641697135
I have been looking at this for the past few days and the best I can come up with is that graphql-subscriptions uses EventEmitter as its PubSub implementation. EventEmitter, by...