We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
survey-library/docs/customize-question-types-third-party-component-integration-react.md
Line 211 in 16b51f0
Please add the { createElement } import to the following code snippet:
{ createElement }
import React, { createElement } from "react"; ReactQuestionFactory.Instance.registerQuestion(CUSTOM_TYPE, (props) => { return createElement(FormFieldButton, props); });
The text was updated successfully, but these errors were encountered:
Fixed by 885b925
Sorry, something went wrong.
Add a missing import to the 3rd-party React component instegration co…
885b925
…de example (fix #7105)
RomanTsukanov
No branches or pull requests
survey-library/docs/customize-question-types-third-party-component-integration-react.md
Line 211 in 16b51f0
Please add the
{ createElement }
import to the following code snippet:The text was updated successfully, but these errors were encountered: