This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js.
×
←→1 of 6 errors on the page
TypeError: props.render is not a function
Controller
C:/Users/parvi/Desktop/src/controller.tsx:4
1 | import { ControllerProps, FieldPath, FieldValues } from './types';
2 | import { useController } from './useController';
3 |
× ←→1 of 6 errors on the page TypeError: props.render is not a function Controller C:/Users/parvi/Desktop/src/controller.tsx:4 1 | import { ControllerProps, FieldPath, FieldValues } from './types'; 2 | import { useController } from './useController'; 3 |