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
When building a library exporting custom doc blocks, I get some unexpected files in dist like WithTooltip-[hex].js, formatter-[hex].js and Color-[hex].js (reference git)
In a different project using 7.6.4, I had the following line in dist: cj.__docgenInfo={"description":"", "method":"","displayName":"cj"}
but cj was not defined causing an error.
Is there a specific way to create a doc blocks library?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When building a library exporting custom doc blocks, I get some unexpected files in dist like
WithTooltip-[hex].js
,formatter-[hex].js
andColor-[hex].js
(reference git)In a different project using 7.6.4, I had the following line in dist:
cj.__docgenInfo={"description":"", "method":"","displayName":"cj"}
but
cj
was not defined causing an error.Is there a specific way to create a doc blocks library?
Beta Was this translation helpful? Give feedback.
All reactions