skip to Main Content

Reactjs – includes is not a function

I'm trying to create a "permissions of a role" screen. Here is the sample code : import React, { useEffect, useState } from "react"; import { Form, Checkbox, Collapse, Row } from "antd"; function RolePermissions() { const [permissions, setUsersPermissions] =…

VIEW QUESTION
Back To Top
Search