Drew Baker
Drew Baker
The page that you end up on is JSON and says this: ``` {"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}} ```
The solution is to do a find-and-replace on the database to update old URLs. The important ones to change are the settings for ` siteurl` and `homeurl`, but ideally all...
This might be an issue with underlying Stroybook module... Perhaps it's solved with a version update... It's important to test any updates to storybook tho as it's very error-prone I've...
+1. Having the same issue.
Yes that works. But it's not ideal. Would be great if there was a setting in the package that allowed us to edit the file extensions that the preview panel...
OK will check that out thanks
I also want this and happy to sponsor it. I think the answer is to use some timing functions, as explained here: https://betterprogramming.pub/smooth-scrolling-with-javascript-a4cd787e447f On this line: https://github.com/mudin/magic-scroll/blob/master/src/MagicScroll.js#L66
Thank you x100 for that link! OMG such a good resource. Yeah I wonder if there is a way to achieve the same thing, but without that function. Or perhaps...
@paulirish says this: > Reflow only has a cost if the document has changed and invalidated the style or layout. Typically, this is because the DOM was changed (classes modified,...
So good to read this @paulirish thanks for the tips... I'll add my two-cents about the missing features of a browser and why we like Lenis... It's because clients see...