Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extraneous param from tsdoc comment
  • Loading branch information
DAreRodz committed Dec 11, 2024
commit e31e6705d18f6d5e3cff42f22ff073075b50410d
1 change: 0 additions & 1 deletion packages/interactivity-router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ export const { state, actions } = store< Store >( 'core/router', {
* @param [options] Options object.
* @param [options.force] Force fetching the URL again.
* @param [options.html] HTML string to be used instead of fetching the requested URL.
* @param [options.vdom] vDOM map to be used instead of fetching the requested URL.
*/
prefetch( url: string, options: PrefetchOptions = {} ) {
const { clientNavigationDisabled } = getConfig();
Expand Down
Loading