Fredrik Johansson

Results 40 comments of Fredrik Johansson

The plugin emits a warning if there is no explicit `graphql_field_name` on an options page and skips adding a language argument. My workaround was to add this filter: ```php use...

Thanks for noticing this. Me and the other developers at Whitespace are planning to do some maintenance (go through issues and merge PRs) this and next week. Thank you for...

One option would be to downgrade react-syntax-highlighter from 15 to 13. That shouldn’t be problem though because this addon doesn’t rely on any of the features listed as breaking changes...

Which frameworks have you tested this with?

I think a regex or filter callback is the way to go. Me and the other developers at Whitespace are planning to do some maintenance (go through issues and merge...

You're using external scripts to modify the DOM which is not recommended when using React. React should be doing all the DOM manipulation. There's really no way around this problem...

Hi @Bilge! Were you able to resolve this?

If you found a workaround or stopped using the addon, I mean. I know it's been a long time since you posted it. Sorry about that. So it's still an...

Thank for this PR! I will take a look at it.

I will take a look at @aboutsimon’s PR. Thanks for reporting this!