Skip to content

this.ingredients.shapes[f] !== [include] always returns true #6660

@nikhilkalburgi

Description

@nikhilkalburgi

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build Process
  • Unit Testing
  • Internalization
  • Friendly Errors
  • Other (specify if possible)

p5.js version

1.9.0

Web browser and version

No response

Operating System

No response

Steps to reproduce this

Steps:

  1. Goto outputs.js file
  2. change this.ingredients.shapes[f] !== [include] to JSON.stringify(this.ingredients.shapes[f]) !== JSON.stringify([include]) inside p5.prototype._accsOutput

Snippet:

JSON.stringify(this.ingredients.shapes[f]) !== JSON.stringify([include]) 

image

I will solve this problem. Assign it to me

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions