Asbjørn Lucassen

Results 5 comments of Asbjørn Lucassen

Possibly related to highlighting breaking on a prettier formatting: Working: ![image](https://user-images.githubusercontent.com/1369433/76412261-9b981880-6393-11ea-8656-1c2a3834839a.png) Breaking hightlight after prettier format: ![image](https://user-images.githubusercontent.com/1369433/76412305-ad79bb80-6393-11ea-9f07-c69d21ce3bd2.png) EDIT: trying out some combinations, it looks like styled() and .attrs needs to...

Yes, it still does not highlight in 1.5.1. ![image](https://user-images.githubusercontent.com/1369433/116254328-8b96f000-a771-11eb-9f67-e7f0f27ed517.png) I am not particularly bothered though, because after discovering styled-components automatically injects dollar props I have switched almost exclusively to an...

Also experiencing this. Both myself on localhost and our content editors previewing stuff with gatsby develop -H 0.0.0.0 on heroku. I have also turned off overlayDrafts.

I attempted a clean reinstallation of node_modules, but that did not work. You mentioned @sanity/ui and noticed that I had the legacy version of that @sanity/components. I dropped that completely...

Folder environments are not consistently applying changes. In about 1/10 of attempts it seemed to have persisted the changes at a later time. Smells like some fancy async persistence not...