jrsanchezalcala

Results 2 comments of jrsanchezalcala

Happen the same as **PeterMaes** , after rpio.i2cBegin();

The simplest way is with dynamic import importing only when is not in server ``` const ISSERVER = window === "undefined"; if (!ISSERVER) { const EditorComponent = dynamic(() => import("../EditorComponent"));...