-
-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning "AutoForm: no theme found, please consult the README." triggered by added inputTypes #1743
Comments
Thank you for submitting this issue! We, the Members of Meteor Community Packages take every issue seriously. However, we contribute to these packages mostly in our free time. If you think this issue is trivial to solve, don't hesitate to submit Please also consider sponsoring the maintainers of the package. |
Hi @polygonwood thank you for reporting. Please do not attach logs as file but post them as formatted markdown like so: <details>
<summary>click to expand this super long log</summary>
<pre><code>
logline 1
logline 2
logline n
</code></pre>
</details> |
Hello @jankapunkt |
@polygonwood I cloned and ran the repro but I did not get into any error. What exactly do after running the app to cause the error? This is the screen of the form I am getting when navigating to localhost:3000 Console output is
|
Can you check your warnings tab ? It's not a blocking issue (it seems) but
it's new since Meteor 3.0, so it's an indication of some change.
I see large amounts of these messages :
[image: image.png]
regards
Ronny
…On Tue, Sep 17, 2024 at 7:59 AM Jan Küster ***@***.***> wrote:
@polygonwood <https://github.com/polygonwood> I cloned and ran the repro
but I did not get into any error. What exactly do after running the app to
cause the error?
This is the screen of the form I am getting when navigating to
localhost:3000
image.png (view on web)
<https://github.com/user-attachments/assets/d74cec45-b5a7-461c-ba78-5a588ba06874>
Console output is
07:53:13.571
Object { _autoValues: [], _blackboxKeys: Set [], _cleanOptions: {…}, _constructorOptions: {…}, _docValidators: [], _firstLevelSchemaKeys: (4) […], _rawDefinition: null, _schema: {…}, _schemaKeys: (4) […], _validationContexts: {…}, … }
[main.js:70:12](meteor://%F0%9F%92%BBapp/client/main.js)
07:53:13.597 context
Object { name: "myfield", schemaType: Date(), min: undefined, max: undefined, value: "", atts: {…}, selectOptions: undefined }
—
Reply to this email directly, view it on GitHub
<#1743 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMTJC2ZG4YYHD3VWEHMGDX3ZW7AKXAVCNFSM6AAAAABOE4G6USVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJUGU4TOMRSGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Hey @polygonwood can you, if there is time, create a minimal repo that when running reproduces this issue? |
Jan
I did provide a repe. It's not an error but a warning which is thrown.
regards
Ronny
…On Fri, Oct 4, 2024 at 9:54 AM Jan Küster ***@***.***> wrote:
Hey @polygonwood <https://github.com/polygonwood> can you, if there is
time, create a minimal repo that when running reproduces this issue?
—
Reply to this email directly, view it on GitHub
<#1743 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMTJC26BEGKR5AKSHKUTSPTZZZCR5AVCNFSM6AAAAABOE4G6USVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJTGA3DONJWGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Ah sorry, you're right let me check again the warning tabs |
Describe the bug
With AutoForm 8.0.0-rc.4, meteor 3.0.2
For each field representing an added inputType, a warning is appearing in the console
AutoForm: no theme found, please consult the README.
A theme is installed (bootstrap 4) and is functional. The warning reflects probably that no default template is being found.
This worked fine with @7.0.0.
To Reproduce
Add an inputType
Expected behavior
no warning should appear
Screenshots
If applicable, add screenshots to help explain your problem. Please avoid
screenshots of code or error outputs and use formatted code via markdown
instead.
Versions (please complete the following information):
Additional context
detailed console log of a warning message
AutoForm initialization section
The text was updated successfully, but these errors were encountered: