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
It is possible another interface would be a better spot for this, however I have used this with React.PureComponent and observed the expected results (i.e. an element had id="id-2-1").
I have used this library with React and TypeScript and created this typing definition to not have my compiler complain:
It is possible another interface would be a better spot for this, however I have used this with
React.PureComponent
and observed the expected results (i.e. an element hadid="id-2-1"
).I used it by manually adding the typing definition file to
node_modules
. Here is a class with this in use TransformedImagesElement/src/components/editor/inputs/SwitchInput.tsx. Manually adding it is not ideal, which leads to two possible solutions:The text was updated successfully, but these errors were encountered: