Alexander Principle
Alexander Principle
`plugins: [ ['@babel/transform-runtime'] ]`
> > Hi. did you setup it in wpm-config.json ? > > How can I check whether wpm-config.json is working? > It looks like nothing changes after my updates to...
It's error bcz "**group**" is not valid for the "**role**" attribute of the `` element. For `` need use `role="listitem",` but `` elements already have the listitem role in HTML...
+1, add support for line-hieght
It also doesn't work. I used `"use cache: private"` for queries with searchParams, but I can see from the server logs that the identical query is repeated, creating a new...
> I have this same issue. use cache: private doesn't work at all for men and like someone mentioned as well, it increased loadtimes a lot. Use `next: { revalidate:...
> same here. > > [@aprinciple](https://github.com/aprinciple) Do you mean put `next: { revalidate: 3600 }` in "next.config.ts"? No, you have to specify this in the server request, for example. ```...
I also encountered this, have you tried a relative path to the config file?
> The issue is that Bun doesn't currently respect extended configurations. For more info see my comment above which I linked as reported a while back. > > It basically...