Ilya Dorman

Results 7 comments of Ilya Dorman

Trying almost the same, and not compiling too ``` app.use(require('node-compass')({ logging: true, css: path.join(__dirname, 'public/css'), project: path.join(__dirname, 'public/scss') })); ```

`useState` sets an initial state, and `setEditorState` changes it right after. State change causes the component to re-render, and once it is rendered again, the state is changed again putting...

Thank you @thesublimeobject but is there any way to do it without touching webpack? I believe I'll have to eject the next.js project to gain access to the webpack config.

I'm not 100% sure it is related, but when I do: ```js onMount(() => { window.scrollTo(0, 500); }) ``` it works only when I open or refresh the page. Every...

@sean-brydon can you provide more details on this?

The routing for those pages seems not part of the repo. http://localhost:3000/scheduling/harmonizely-alternative does not exist, and there aren't any pages that match those routes in the `pages` folder. Please clarify.