Skip to content

Commit

Permalink
Merge pull request #6365 from ampproject/update/gutenberg-v10.8.0-pac…
Browse files Browse the repository at this point in the history
…kages

Update Gutenberg packages after v10.8.0 release
  • Loading branch information
westonruter authored Jun 15, 2021
2 parents 8893d62 + eed9b9c commit 0d72a58
Show file tree
Hide file tree
Showing 5 changed files with 15,412 additions and 18,408 deletions.
2 changes: 1 addition & 1 deletion assets/src/components/error-context-provider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ErrorContext = createContext();
* @param {any} props.children Component children.
*/
export function ErrorContextProvider( { children } ) {
const [ error, setError ] = useState( error );
const [ error, setError ] = useState( null );

return (
<ErrorContext.Provider value={ { error, setError } }>
Expand Down
6 changes: 0 additions & 6 deletions assets/src/polyfills/wp-polyfill.js

This file was deleted.

Loading

0 comments on commit 0d72a58

Please sign in to comment.