Hi, I get little confused about different library.
When we are building creator using survey-creator-react, it looks like if I try to add custom widget and do import like this
import {CustomWidgetCollection} from 'survey-react', it wont work.
If I import {CustomWidgetCollection} from 'survey-core', then it works.
What's the difference between this 2 libraries?
when we build creator website, which library I should use to register custom properties and widgets?
when we build single page that hosts a survey (const model = new Model(json)), which library I should use to add custom properties and widgets?
Framework: React