You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to find a common path where we can merge this repo (I used my starter for react lib and the source code is completely rewritten but the readme is forked from yours) with your repo. Do you think it's possible?
Differences:
components are merged into the one <TeX> which has props.block for indicating block math (breaking change)
KaTeX is moved into the peerDependencies (so users don't need to wait for updating this lib, it should be their responsibility)
Hi, I would like to find a common path where we can merge this repo (I used my starter for react lib and the source code is completely rewritten but the readme is forked from yours) with your repo. Do you think it's possible?
Differences:
<TeX>
which hasprops.block
for indicating block math (breaking change)peerDependencies
(so users don't need to wait for updating this lib, it should be their responsibility)<TeX />
component is memoized (newReact.memo(Component)
) by default so you can avoid unnecesary rerenders<TeX />
component accepts other props (likeclassName
,id
,style
,...) which are given to thespan
/div
props.settings
for KaTeX configurationreact-testing-library
What do you think?
The text was updated successfully, but these errors were encountered: