Szymon Sus
Szymon Sus
I also added ignite dev screens
I am seeing same warning in next.js app. Fixed that by putting the Toaster component inside HOC which renders children only in client-side
> Hey @fretje > > Here is what you do. Create your own search evaluator and implement it as you wish. Create your specification evaluator by inheriting from the provided...
@fiseni It works when I pass evaluators array directly to the constructor. For some reason I can't get this working with the static field. This is a working specification evaluator:...