Patrick O'Brien

Results 4 comments of Patrick O'Brien

> I definitely prefer `trustedHtml` to `htmlSafe`. Using "trusted" makes it clear that it's a _descriptor_ of the argument rather than a function that will perform sanitization upon it. It...

Also seeing this issue, it happens when I try to upgrade `@linaria/webpack-loader` from `3.0.0-beta.16` to `4.1.3`

The issue appears to happen here: https://github.com/callstack/linaria/blob/master/packages/babel/src/utils/collectTemplateDependencies.ts#L142 `binding.kind` is set to `hoisted` and the above error message is generated

I found that I need to go to the chrome task manager, kill the service work associated with the apollo inspector and restart dev tools.