Closed Tintow closed 1 year ago
https://www.svelteui.org/composables/use-raf-fn
The link for requestAnimationFrame on the website is looking for
but in the project the route folder is called
apps/docs/src/routes/composables/use-raf-n (-n instead of -fn)
which looks to be a typo so it results in a 400 error.
Yes
Link to the page where something isn't quite right
https://www.svelteui.org/composables/use-raf-fn
Exact quote of what is wrong
The link for requestAnimationFrame on the website is looking for
https://www.svelteui.org/composables/use-raf-fn
but in the project the route folder is called
apps/docs/src/routes/composables/use-raf-n (-n instead of -fn)
which looks to be a typo so it results in a 400 error.
Are you willing to create pull request with the fix?
Yes