github 에다 만든 새 레포에 로컬에서 새로 만든 프로젝트를 원격에 연결시키려다 보니깐 에러가 났다 왜 에러가 났을까 보니 내가 만든 새레포 와 로컬에 만든 플젝을 다른 플젝이라고 인식하고 있었다. 그래서 이 두개를 연결해주는 명령어를 사용해야한다. git push 을 하기전에 먼저 원격 저장소에 있는 정보를 가져오기 씽크를 맞춰야한다. git pull jung main --allow-unrelated-histories ---> 이 명령어를 사용해서 씽크를 맞춘후 merge 를 해서 git push 를 해주면 된다.
.stackoverrun.com/ko/q/10446675
TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
stackoverflow.com/questions/51999721/aws-graphql-variable-input-has-coerced-null-value-for-nonnull-type-input AWS GraphQL: Variable 'input' has coerced Null value for NonNull type 'Input!' I'm using ReactJS and aws-amplify to execute graphql operations. CODE: import { API, graphqlOperation } from 'aws-amplify'; import { UpdateInput } from './mutations.js'; // Call mutation ... stackoverflow.com ..
Warning: Failed prop type: You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly` value 가 변하지 않는 값이면 value 가 변하는 값이면 이렇게 하면 경고가 사라진다
cursor: zoom-in; cursor: zoom-out; //확대/축소할수 잇다