@fluent/react 0.11.1
Pre-release
Pre-release
-
Don't call
createParseMarkup
too eagerly. (#453)Fix a regression from 0.11.0 in which the default
FluentContext
value
was an emptyReactLocalization
which would callcreateParseMarkup
to
create its markup parser. In SSR, it's not desirable to call this
function as it uses thedocument
global