xenobytezero

Results 34 comments of xenobytezero

I'm also seeing this issue as described by @fkrauthan when accessing the Admin UI ``` Error: Cannot find module 'next/dist/shared/lib/router/utils/remove-trailing-slash.js' ``` Im trying to avoid `--shamefully-hoist` as I have a...

Also I can't add Next as a direct dependency like I normally do, as Keystone throws the usual "you have multiple Reacts" error ``` Error: Invalid hook call. Hooks can...

I managed to work around the issue with a tiny Rollup plugin which forces the ESM version, so that will for sure work in the Rollup case.

> That being said and golden-layout being a browser-only library, I think we should keep browser to UMD/CommonJS bundles and module for ESM version. Sounds good, works for my use...

Hey, thanks for the thorough response! Some thoughts. > By the way, I really appreciate the thoroughness of your proposal and your desire to not make sweeping changes unannounced. As...

> Personally, I see them as separate features, because if shoelace only provides the class export as an option, nothing has to change about shoelace itself to just provide that...

> I don't consider them separate at all. The primary use case for optional registration is to change the prefix/tag names. If optional registration is officially supported, users will expect...

Hi there, sorry for the delay in getting back to you, crazy work schedules. I didn't add any documentation or anything yet cause I didn't know if it was going...

Also I've pushed a change for the link tool on the other PR

Also I've updated the README.md with a first pass of configuration/toolpack documentaion. Nowhere near complete, but hopefully enough