Skip to content

Commit

Permalink
Removing unstable_ prefix (remix-run/react-router#10991)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Nov 22, 2023
1 parent 1df354e commit 35b3d34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
*/
import PropTypes from 'prop-types';
import type { Location } from 'react-router-dom';
import { unstable_useBlocker as useBlocker } from 'react-router-dom';
import { useBlocker } from 'react-router-dom';
import { useCallback, useEffect } from 'react';

import AppConfig from 'util/AppConfig';
Expand Down

0 comments on commit 35b3d34

Please sign in to comment.