Andrew Nowacki

Results 5 comments of Andrew Nowacki

Bumping this as well - I noticed that [Mutek's site ](https://montreal.mutek.org/en) appears to have scroll hijacking, but they disabled the `locomotive-scroll.css` styling, which seems to enable middle mouse scrolling.

> some issues. but i find site(based on locomotive scroll) where its worked ok https://alcongroup.ru/projects Cool, but any idea how they did it ?

Here's how I initiate ``, if this helps at all: ```js import React, { useRef } from "react"; import "../styles/globals.css"; import { Layout } from "../components/layout"; import "../styles/locomotive-scroll.css"; import {...

I've also tried something like this, which would give me the following warning in the console: `react-locomotive-scroll: the context is missing. You may be using the hook without registering LocomotiveScrollProvider,...

> Any updates on this? I seem to be having the same issue when i run `gatsby build`. Everything works well in development mode but I get the error when...