codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

TagPopper Autocomplete Warning #69

Closed codyswanner closed 3 months ago

codyswanner commented 3 months ago

The Autocomplete component in the TagPopper is generating a warning that wins the MemeCataloger Olympics for level of irritation. This happens when a new tag is created. Find out what is causing this and resolve it. (Maybe nothing is telling it about the new value that is being created? Weird that it just accepts a new value in that case. What is it checking for and so upset about if it's going to work as intended anyways?)

Autocomplete warning

codyswanner commented 3 months ago

The work going on in #68 may take care of this. The system for tag creation hasn't been fully implemented yet, this is on the list of things to be resolved before accepting this pull request.

codyswanner commented 3 months ago

This is addressed in commit f478022

codyswanner commented 3 months ago

Aaaaand addressed again in more recent commits, since f478022 caused some other problems. See #68 for details and history.