I was isolating an unrelated issue in my usual IDE 2.3.6 and opened 1.8.19 to see if it helped me. Whatever sketch was loaded I saw this warning message, which had not been present at any stage in 2.3.6.
Invalid library found in C:\Users\terry\Dropbox\Electronics\Arduino\SKETCHES\libraries\Arduino_GFX_Library: no headers files (.h) found in C:\Users\terry\Dropbox\Electronics\Arduino\SKETCHES\libraries\Arduino_GFX_Library
Yet that's obviously incorrect because the library is present in my \libraries folder, including its header files. Is it because the name shown in its library.properties file is
name=Adafruit GFX Library
which contains spaces? If so does that imply 2.3.6 tolerates that inconsistency but 1.8.19 does not?