Posts by Alexia Ribeiro • 1 point
4 posts
-
-1
votes1
answer773
viewsQ: Add Icon with React Activate Material UI Button
I have this button with the icon Tails, but I would like to put the expandmore that has in the ui material, however, when putting it, it does not work, no icon name that has more than one word works…
-
0
votes1
answer505
viewsQ: Change component properties on different pages
I have a button component: Filing cabinet index.js: import React from 'react'; import {ActivityIndicator} from 'react-native'; import {Container, Text} from './styles'; import PropTypes from…
-
-1
votes1
answer227
viewsQ: Align Navbar Bootstrap-React
I’m trying to align the navbar to the right, however, unsuccessfully, is like this currently: index js. import React, { Component } from 'react'; import 'bootstrap/dist/css/bootstrap.min.css';…
-
-2
votes2
answers635
viewsQ: Unhandledpromiserejectionwarning: Sequelizeforeignkeyconstrainterror
insert or update on table "appointments" violates foreign key constraint "appointments_user_id_fkey" I have this error in Nodejs when trying to create a new table that has foreign key in Migration,…