Juan Vidal Pich
Juan Vidal Pich
When I save a workbook I noticed that the print gridlines option is being set without ever being modified by the program. I traced the problem to how the printOptions...
In line: https://github.com/originjs/vite-plugins/blob/74b73c3069dafa328a5d57da276d9d77f6b712ff/packages/vite-plugin-commonjs/src/lib.ts#L37 the transformation unconditionally unwraps the default property of exports if present. I use a library which assumes that ```require()``` returns an object with a default property and...
When running in strict mode under React 18, when I subscribe the onSet callback in an effect it does not get called. For a reproduction, see the console of this...