[lexical-react] Breaking change: Deprecate public default exports (#6088)

This commit is contained in:
Bob Ippolito
2024-05-16 14:40:34 -07:00
committed by GitHub
parent ca0a823a4e
commit 956ae8b55b
55 changed files with 450 additions and 329 deletions

View File

@ -23,7 +23,7 @@ const BLOCK_REGEX =
function flowTemplate(wwwName) {
return (
headerTemplate.replace(/^( *\/)$/, '* @flow strict\n$1') +
headerTemplate.replace(/^( \*\/)$/m, '* @flow strict\n$1') +
`
/**
* ${wwwName}