Mike Botsko
Mike Botsko
Thanks, but we specifically wanted a light-weight http server and chose not to use express.
Thanks, but we specifically wanted a light-weight http server and chose not to use express.
I can try that, though seems trivial for the package to add support for multiple dirs. This has to be purely-node driven based on our use case.
https://github.com/viveleroi/skeleton-min - clone - `yarn` - `yarn run dev` - http://localhost:3000
Hmm, now that I look our application actually does use `` already. I'll look deeper at the docs and your fix.
Ok I've pushed a commit that makes this a truer minimum example. The App has the NextJS Component piece and the skeleton was moved to the home page. I didn't...
I can look but if it doesn't, I'd be shocked because a) it's so prevalent now and b) we're very far along in this app and this is the first...
Yes, it does. In 11.1 it was experimental and went live in 12. https://nextjs.org/blog/next-11-1
Idk. It seems likely that something in skeleton is related to the error, I just don't know what. All of the other front-end imported modules we have work fine. The...
Looks like this is related to calls to `ed.save()`. When commenting out that call in the `debouncedUpdate` method, the button stays active as expected.