Skip to content

Commit

Permalink
Add a missing import to the 3rd-party React component instegration co…
Browse files Browse the repository at this point in the history
…de example (fix #7105)
  • Loading branch information
RomanTsukanov committed Oct 9, 2023
1 parent 16b51f0 commit 885b925
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export class SurveyQuestionColorPicker extends SurveyQuestionElementBase {
Register your custom class (`SurveyQuestionColorPicker`) as a class that renders a custom question type (`color-picker`):

```js
import { createElement } from "react";
import { ..., ReactQuestionFactory } from "survey-react-ui";

const CUSTOM_TYPE = "color-picker";
Expand Down

0 comments on commit 885b925

Please sign in to comment.